Get a draft listing
Get a single saved draft listing for member
URL: | https://api.trademe.co.nz/v1/Selling/Drafts/{draftId}.{file_format} |
---|---|
HTTP Method: | GET |
Requires Authentication? | Yes |
Permission Required: | MyTradeMeWrite: Maintain your watchlist, answer questions and post comments. |
Supported Formats: | XML, JSON |
Rate Limited? | Yes |
URL parameters
draftId | Integer (required) | |||||
---|---|---|---|---|---|---|
file_format | Enumeration (required) | The format of the response. | ||||
|
Returns
<DraftListing>
DraftId | Integer |
The ID of the draft listing. |
|
---|---|---|---|
Name | String or null |
The name of the draft listing. |
|
Note | String or null |
An additional note for the draft listing. |
|
Listing | <ListingRequest> or null |
The draft listing data. |
|
|