Getting BadRequest when trying to delete in image (The listing_id 1395058264 does not belong to the same shop that is associated with the listing_image_id 4589268962.) #866
Unanswered
MickaelBNeron
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to delete images. It works sometimes, and sometimes doesn't with a BadRequest and the following response: {"error":"The listing_id 1395058264 does not belong to the same shop that is associated with the listing_image_id 4589268962."}.
For instance, if deleting all 4 images from a listing, 1 or 2 or 3 might return that error somehow, which doesn't make sense. I send the correct shop id and listing id for all, which is the same for all.
Could it be that Etsy recreates all the images (to recreate ranks) when one gets deleted, such that the next ids of the next images become invalid? This error message doesn't make any sense and doesn't help. Has anyone dealt with this?
Edit: The first image seems to always delete correctly. Subsequent images seem more likely to fail than succeed, but sometimes get deleted correctly.
Beta Was this translation helpful? Give feedback.
All reactions