Delist an Item
/api/v1.0/items/{item_number}
Delete an Item
Item can not be updated, and so in case an item is listed with the wrong data it should be deleted and listed again. If an item is in a customer's cart during deletion - it will be removed from the cart as well.
Usage Notes
Only items in listed state can be delisted at the moment. When a delisting request is received the item is transferred to ready_to_delete state which means it’s expecting to be picked up by the background job for delisting. Whenever the item is delisted its state is updated to deleted.
Path Parameters
item_number string required
item_number of dropshipping item
Request Headers
X-Thredup-Access-Token string required
Authentication token
Responses
Item will be asynchronously deleted.
No response body
This endpoint returns no response body for current status code.
Unauthorized
No response body
This endpoint returns no response body for current status code.
Too many requests
No response body
This endpoint returns no response body for current status code.