- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Actually on deleting a item in square i want to set its quantity to zero. So need to retrieve deleted item.
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Hey @nishantyadav- Welcome to our Seller Community!
You can set a quantity to zero for an item. However, we do not have a feature to retrieve a deleted item.
If you have any other questions let me know!
Square Community Moderator
Sign in and click Mark as Best Answer if my reply answers your question โจ
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Hey @nishantyadav- Welcome to our Seller Community!
You can set a quantity to zero for an item. However, we do not have a feature to retrieve a deleted item.
If you have any other questions let me know!
Square Community Moderator
Sign in and click Mark as Best Answer if my reply answers your question โจ
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
But when we delete a object we get a webhook triggered
- catalog.verison.updated - this gives us in output some updated_time according to which we call
- search_catalog_object api but it only gives an id and name in response and by this id we can't fetch anything. What is that id?
If any option to get upc and stock of a deleted item back?