productUpdateSalesChannels
Update Product Sales Channels
Allows to modify the provided product's sales channels.
The operation is processed asynchronously via background job.
Authentication
Requires authentication and the products:update_sales_channels permission.
Possible Errors
- **Product not found**: The specified product doesn't exist
- **Product Sales Channel not found**: The specified product sales channel doesn't exist
- **Unauthorized**: User lacks the required permission
productUpdateSalesChannels(
input: UpdateProductSalesChannelsInput!
): AsynchronousActionResponse!
Arguments
productUpdateSalesChannels.input ● UpdateProductSalesChannelsInput! non-null input
Parameters for UpdateProductSalesChannels
Type
AsynchronousActionResponse object
Asynchronous action response type