You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating products using the job productFeedSP images are not updating when current products do not contain an image. To get around this we can update the operation to add for the thumbnail_url in the PATCH request.
Solution
Send add as the operation instead of replace for the thumbnail_url path.
Issue
When updating products using the job
productFeedSP
images are not updating when current products do not contain an image. To get around this we can update the operation toadd
for the thumbnail_url in the PATCH request.Solution
Send
add
as the operation instead ofreplace
for thethumbnail_url
path.Example working PATCH
The text was updated successfully, but these errors were encountered: