Channel Listings

List listings for a channel

GET/channels/{channel_id}/listings
Parameter Type Examples Description
channel_id Required
integer1The ID of the channel

Create a listing for a channel

POST/channels/{channel_id}/listings
Parameter Type Examples Description
channel_id Required
integer1The ID of the channel
channel_identifier Required
stringB01234567The channel-specific identifier for the listing (e.g. ASIN for Amazon)
item_id Required
integer1The ID of the inventory item to link to this listing
merchant_sku Optional
stringThe merchant SKU to use for this listing. If omitted, the item's SKU will be used.
condition Optional
stringThe condition of the listed item

Link a listing to a product

POST/channels/listings/{listing}/link
Parameter Type Examples Description
listing Required
integer1The ID of the listing
item_id Required
integer1The ID of the inventory item to link to this listing