/Items/{itemID}/Relist POST

Allows you to relist an item that has sold.

URL
/Items/{itemID}/Relist
Verb
Post

Headers

Header Data Type Valid Values Required Description
Content-Type string application/json YES The format your data will be sent to our site.
X-DevKey string string YES The devkey assigned to the developer.
X-AccessToken string string YES The token acquired from a POST to Users/AccessToken.

Input

NOTE: Variables to place in the body of the request.

Parameter Data Type Valid Values Description
FixedPriceQuantity integer positive # The quantity of items for sale for a Fixed Price Auction. Must be a positive integer
NOTE: Only required if item to relist is a fixed price auction. Do not post any body when relisting non-fixed price auctions.

Output

If the item cannot be found, this call will respond with a 404 NotFound

If the auction for the item has not yet ended or if the item has not fully processed and cannot be relisted yet, this call will respond with a 409 Conflict

If the user access token doesn't match up with the seller of the item, this call will respond with a 403 Forbidden

If the itemId in the URL is not a positive integer or if there are any other validation issues with relisting the item, this call will respond with a 400 BadRequest

If there are no errors, this call will respond with a 200 OK, the output below, and a Message Response indicating the newly relisted item number.

Parameter Data Type Valid Values Description
RelistedItemID integer positive # The Item ID for the new item generated by the relist

Links

Rel Description Condition
relisteditem The item details for the relisted item
self The item details for the original item