Replies: 4 comments
-
I also was getting this "edit" but it seems like the Edit is equal to draft |
Beta Was this translation helpful? Give feedback.
-
I identified another enum problem with Etsy's dynamic enum values. If you've observed any issues with new year's activity and have utilized an enum for the |
Beta Was this translation helpful? Give feedback.
-
i have also seen the new states, those are causing problem for me as well |
Beta Was this translation helpful? Give feedback.
-
I've noticed it also affects API state filters and responses. For example, if I make an API call to get some The same happens regardless of the state I send in the API request. Listings in Some documentation around this would also be very helpful. Thanks! |
Beta Was this translation helpful? Give feedback.
-
I'm in the process of syncing Etsy receipts , going back to 2016, to my local DB and I want to get the the listings, associated to the receipts, using the Listing ID's.
I have a JSON converter which converts the string value to an 'Listing State' Enum.
My Enum is built using the document Listing State values.
active
inactive
sold_out
draft
expired
Some of my receipts are related to Listings which are returning some Listing States which are not documented.
edit
andremoved
This was a simple fix for me as I just updated my Enum to include these, but for the benefit of the community, it would be good if these states were documented along with what they mean. I get what
removed
likely means as these are really old orders and we might have deleted those listings since, but not sure whatedit
would mean.This discussion is simply here to let the community know about these undocumented states. If you are one of the many developers who use Code Generators to create you Etsy API Clients using the Spec, then you will have the task of adding these States in manually every time you regenerate the code.
Beta Was this translation helpful? Give feedback.
All reactions