Ask the seller to relist a listing
Sends an email to the seller of a listing asking that they relist the item.
URL: | https://api.trademe.co.nz/v1/MyTradeMe/RequestRelist.{file_format} |
---|---|
HTTP Method: | POST |
Requires Authentication? | Yes |
Permission Required: | MyTradeMeRead: Read your membership & listing data. |
Supported Formats: | XML, JSON |
Rate Limited? | Yes |
URL parameters
file_format | Enumeration (required) | The format of the response. | ||||
---|---|---|---|---|---|---|
|
POST Data
<RequestRelistRequest>
ListingId | Long Integer (required) |
The ID of the listing that should be relisted. |
---|
Returns
<RequestRelistResponse>
A response that indicates whether the operation succeeded.
Success | Boolean |
Indicates whether the operation was successful. |
---|---|---|
Description | String or null |
The description of the error, if the operation failed. |