unable to update listings without a "readiness state" #1458
-
|
For the past few days I haven’t been able to update Etsy listings via the API. Every attempt now fails with this error: "All offerings need readiness state". According to the latest release update, Processing Profiles aren’t being rolled out until September 29th, so I don't have a readiness_state_id to include in my PUT request using the listings_w scope. Has something changed on Etsy’s side ahead of schedule? Is there any recommended workaround to continue updating listings until Processing Profiles are fully live? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
You should only see that error if you’re explicitly sending the |
Beta Was this translation helpful? Give feedback.
-
|
Ah, yes, I did have the legacy=false parameter - removing that has fixed it. Thank you! |
Beta Was this translation helpful? Give feedback.
You should only see that error if you’re explicitly sending the
legacy=falseparameter in your request. If you’re not including that parameter or if you're sendinglegacy=trueand you continue to see the error, please email us at developer@etsy.com with your app information along with some relevant request UUIDs (found in the headerX-Etsy-Request-Uuid) so we can check our logs and investigate what’s going on.