[FEATURE]: Allow listing to be set to sold_out #718
amitkumar-248
started this conversation in
Ideas
Replies: 2 comments
-
For the inventory issue we have a ticket already for allowing sold_out status. We just haven't been able to work out a way to make this happen. I'm not following the purpose of the requested "index". What would this field be for? |
Beta Was this translation helpful? Give feedback.
0 replies
-
We're converting this to an Idea discussion for continuing tracking. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there an existing issue for this?
Current Endpoint Design
currently, we don't have any option to put inventory as 0 on Etsy when it's out of stock in our warehouse. so we have to just put that listing in state inactive with at least an inventory of 1. But after some time when the seller gets back to their seller panel and sees some inventory(suppose 1) on that time client manually activates that (supposing it was deactivated by mistake, bcoz it's having 1 inventory).
after 1 week or after a few days when the seller gets an order for that item and that order was not successfully processed due to out of stock issue. that time seller comes and says inventory syncing not working properly.
Proposed Endpoint Design Change
proposing to add one more index in getListing and
getListingInventory as
'api_gateway' => enum (Etsy, 3rd_party_app, API_KEYSTRING, etc.)
Why are you proposing this change?
after adding the above endpoint we will be able to be 100% sure whether this listing is directly activated/modified from Etsy or by any other medium.
hoping to get this index added,
thanks in advance @etsyachristensen
Beta Was this translation helpful? Give feedback.
All reactions