SalesChannelMappedProduct

Retrieve a mapped product

get

Get details of a specific mapped product associated with a sales channel.

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
idintegerRequired

Unique identifier of the resource

Example: 1
Responses
chevron-right
200

Details of the mapped product

application/json
get
/api/v1/channel/{channel_id}/mapped_products/{id}/

List mapped products

get

Retrieve a list of mapped products associated with a specific sales channel.

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
Responses
chevron-right
200

List of mapped products

application/json
get
/api/v1/channel/{channel_id}/mapped_products/

Last updated

Was this helpful?