Replies: 2 comments 1 reply
-
|
Hello, A 404 here usually means you’re hitting a deprecated route or the wrong HTTP verb. For v3, updating a listing is Docs: |
Beta Was this translation helpful? Give feedback.
-
|
Hi again, Ok, turns out the old Java package I was using to make the Http request didn't set the request method to PATCH. Instead it sent PUT with an additional override attribute for PATCH. I don't know why it worked for a long time and only recently started to cause trouble, though. Thanks anyway. Best wishes, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
My users reported that their edits started to fail. After checking the logs, I see that all my calls to this endpoint now result in 404 not found errors. Why could that be?
https://openapi.etsy.com/v3/application/shops/{shop_id}/listings/{listing_id}
Best wishes,
Baa
Beta Was this translation helpful? Give feedback.
All reactions