Processing Profiles Launch #1472
Replies: 5 comments 1 reply
-
Hello, I am experiencing an error updating the Inventory of a digital product. I send:
to /inventory PUT for a digital listing (with type 'download') however I get this error as of yesterday: { Does this seem appropriate? From the migration guide it seems like these readiness states should only be required for physical products. Thank you for your support! And to confirm, I get this from running GET listing for the given listing I'm attempting to update |
Beta Was this translation helpful? Give feedback.
-
A patch for this has been released. Thanks again for the report! |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm only include 1 product in the sample and I'm using the same processing profile for all of them. Not a great programmer, am using pre-written python code ( https://github.com/anitabyte/etsyv3 ) and trying to implement the new changes. Tried to compare with inventory with an existing listing and the format looks identical except for Appreciate any help. |
Beta Was this translation helpful? Give feedback.
-
We are receiving an error when attempting to update stock on certain listings. Other listings on the account update as expected, now that we GET the readiness_state_id and return it back when updating stock. First we GET the listing data and we see the readiness_state_id on the affected listings is null:
We then PUT this data back to update stock we return this value:
The API responds: I cannot understand why we are receiving an error here. Surely the listing should either have a readiness state id value, or the API should accept what is being sent when the value is set to null? |
Beta Was this translation helpful? Give feedback.
-
I believe this launch has create a bug with the rate limit logic. Details here: #1475 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We're excited to announce that Processing Profiles are now the source of truth for processing times across Etsy. This is a breaking change and you must update your applications. Processing Profiles is a new feature that changes how sellers manage their processing times. This update allows sellers to set processing times at a more granular level, either per listing or at the product level.
If you have not migrated your application to use processing profiles you can consult the migration guide to guide you through the required changes you need to make.
As a reminder, the legacy=false query parameter is no longer required. This is now the only way to to manage processing times.
We appreciate your cooperation and thank you for your continued partnership. Please let us know if you have questions or need assistance by opening a new issue or emailing [email protected].
Beta Was this translation helpful? Give feedback.
All reactions