Channel Listings
List listings for a channel
GET
/channels/{channel_id}/listings| Parameter | Type | Examples | Description |
|---|---|---|---|
channel_id Required | integer | 1 | The ID of the channel |
Example Response
Create a listing for a channel
POST
/channels/{channel_id}/listings| Parameter | Type | Examples | Description |
|---|---|---|---|
channel_id Required | integer | 1 | The ID of the channel |
channel_identifier Required | string | B01234567 | The channel-specific identifier for the listing (e.g. ASIN for Amazon) |
item_id Required | integer | 1 | The ID of the inventory item to link to this listing |
merchant_sku Optional | string | | The merchant SKU to use for this listing. If omitted, the item's SKU will be used. |
condition Optional | string | | The condition of the listed item |
Example Response
Link a listing to a product
POST
/channels/listings/{listing}/link| Parameter | Type | Examples | Description |
|---|---|---|---|
listing Required | integer | 1 | The ID of the listing |
item_id Required | integer | 1 | The ID of the inventory item to link to this listing |
