ecommerce_createCustomSalesChannelV1
Create a custom sales channel to sync your own frontend with catalog, orders, shipping, and payments via the Ecommerce API.
Instructions
Create a custom sales channel for a store. Build your own frontend and keep your catalog, orders, shipping and payments in sync through the Ecommerce API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Optional public address where the custom sales channel lives. | |
| name | Yes | Merchant-facing custom name shown in the sales channels list. | |
| type | Yes | Sales channel type. Only "custom" channels can be created via the API. | |
| store_id | Yes | The ID of the store to create the sales channel for. |