ecommerce_updateSalesChannelV1
Update a custom sales channel by changing its merchant-facing name or public URL. Pass null to clear a value.
Instructions
Update a custom sales channel. The merchant-facing name and the public url
(returned as the channel domain) can be changed. Pass null to clear a value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Public address where the custom sales channel lives. Pass null to clear it. | |
| name | No | Merchant-facing custom name shown in the sales channels list. Pass null to clear it. | |
| store_id | Yes | The ID of the store that owns the sales channel. | |
| sales_channel_id | Yes | The ID of the sales channel to update. |