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
pkintegerOptional

Primary key of the mapped product

mapped_attributesobjectOptional

A key-value map of all attributes for the product in the given channel.

attribute_set_idintegerOptional

ID of the related attribute set.

attribute_set_namestring · nullableOptional

Name of the related attribute set.

attribute_set_remote_idstring · nullableOptional

Remote ID of the related attribute set.

modified_datestring · date-timeOptional

Date when the product was last modified.

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
countintegerOptional

Total number of items

nextstring · nullableOptional

URL for next page

previousstring · nullableOptional

URL for previous page

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

Last updated

Was this helpful?