Withdraw an auction or classified
Withdraw a listing from Trade Me for either being sold or unsold.
URL: | https://api.trademe.co.nz/v1/Selling/Withdraw.{file_format} |
---|---|
HTTP Method: | POST |
Requires Authentication? | Yes |
Permission Required: | MyTradeMeWrite: Maintain your watchlist, answer questions and post comments. |
Supported Formats: | XML, JSON |
Rate Limited? | Yes |
URL parameters
file_format | Enumeration (required) | The format of the response. | ||||
---|---|---|---|---|---|---|
|
POST Data
<WithdrawRequest>
ListingId | Long Integer (required) |
The ID of the listing that is being withdrawn, relisted or extended. |
||||||
---|---|---|---|---|---|---|---|---|
ReturnListingDetails | Boolean (optional) |
Indicates whether full listing details should be returned in the Listing field. |
||||||
Type | Enumeration (required) |
Indicates whether this withdrawl request is for a listing that sold or not. |
||||||
|
||||||||
Reason | String (optional) |
The reason for withdrawing the listing, if the listing has not sold. Max 255 characters. |
||||||
SalePrice | Number (optional) |
The amount the listing sold for, if the listing has sold. |
Returns
<ListingResponse>
Success | Boolean |
Indicates whether the operation was successful. |
|
---|---|---|---|
Description | String or null |
The description of the error, if the operation failed. |
|
ListingId | Long Integer |
The ID of the listing. |
|
Listing | <ListedItemDetail> or null |
The state of the listing, after the listing operation has successfully completed. This field is only present if the ReturnListingDetails parameter is true and the operation was successful. This field will also be missing if there was an error retrieving the listing details. For more information on this field, see the documentation for the listing details API. |
|
(This type is defined elsewhere) |