sellercloud_get_channel_listing
Fetch the channel-specific listing record for a single SKU, returning null if not listed on that channel.
Instructions
Fetch the per-channel listing record for a single SKU.
Args: channel_id: SellerCloud ChannelID (integer). sku: Exact SKU.
Returns:
JSON envelope. data is the listing record, or null if the SKU
is not listed on the given channel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | ||
| sku | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |