productAddSalesChannel
Add Product Sales Channel
Asocciates a new sales channel to a product.
Authentication
Requires authentication and the products:add_sales_channel permission.
Possible Errors
- **Product not found**: The specified product doesn't exist
- **Sales Channel not found**: The specified sales channel doesn't exist
- **Unauthorized**: User lacks the required permission
productAddSalesChannel(
input: AddProductSalesChannelInput!
): ProductSalesChannel!
Arguments
productAddSalesChannel.input ● AddProductSalesChannelInput! non-null input
Parameters for AddProductSalesChannel