SalesChannelMappedProduct
Get details of a specific mapped product associated with a sales channel.
Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequiredExample:
The channel ID of the resource.
5idintegerRequiredExample:
Unique identifier of the resource
1Responses
200
Details of the mapped product
application/json
400
Required field(s) are missing, data is invalid, or the action is not allowed.
application/json
401
Unauthorized Access
application/json
406
A custom 406 error occurs due to different validation failures in viewset or service level, such as uniqueness checks or other service-related exceptions.
application/json
500
Server Error
get
/api/v1/channel/{channel_id}/mapped_products/{id}/Retrieve a list of mapped products associated with a specific sales channel.
Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequiredExample:
The channel ID of the resource.
5Responses
200
List of mapped products
application/json
400
Required field(s) are missing, data is invalid, or the action is not allowed.
application/json
401
Unauthorized Access
application/json
500
Server Error
get
/api/v1/channel/{channel_id}/mapped_products/Last updated
Was this helpful?

