Listings
Restarts an ended item, listing it again as a new item. The restart is processed asynchronously: on success the response carries the id reserved for the new item, which becomes retrievable once the restart completes. An item can only be restarted while it is ended, unsold and has restarts left; when it does not qualify the response is returned with `isSuccessful` false and a `validationError` describing why. Returns 404 if the item does not exist or does not belong to the seller.
post/v4/listings/items/{itemId}/restart
Path parameters
itemIdinteger required
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.