Overview
This feature is on the roadmap and does not currently exist. This is an initial proposal and is SUBJECT TO CHANGE as required by our users and our development team.
Request
| Field Name |
Data Type | Description |
|---|---|---|
| accountID | string |
A unique identifier representing the ChannelAdvisor account you wish to access. |
| CloseDateGMT | DateTime | Filter open listings and listings that have closed since CloseDateGMT |
| marketplace | string | Filter listings only for this marketplace |
| status | string | Filter by the status of the listing - Open, Closed, Complete, Post error |
| SKU | string | Filter by the SKU, possibly supporting wildcards |
Response
| Field Name |
Data Type | Description |
|---|---|---|
| GetListingDetailsResult | APIResult<ListingDetails> |
This method returns a type named APIResultOfListingDetails. See more information on APIResult. The result returned by this method will be contained in the ResultData field. Expected returned fields include: marketplace SKU ChannelAdvisorAdID Title Qty QtyPosted - Qty is the available value, but QtyPosted is how much they sent in the first place Hits Bids CurrentBid PostDateGMT ClosingDateGMT postedUrl SiteAuctionID status |