Create a sales channel
Create a sales channel for a store. A "custom" channel is headless: build your own frontend and keep your catalog, orders, shipping and payments in sync through the Ecommerce API. A "quick-link" channel is a hosted one-page store whose handle is auto-generated.
Path parameters
The ID of the store to create the sales channel for.
Request body
Example request
{
"type": "custom",
"name": "Vintagio Onepager",
"url": "https://www.bestshirt.vintagio.com"
}Response
Created response
Example response
{
"sales_channel": {
"id": "scha_01J8Z5F8W9K8M4A7B3C2D1E0FG",
"type": "custom",
"is_active": true,
"name": "Vintagio Onepager",
"domain": "https://www.bestshirt.vintagio.com"
}
}Changes
Changed in 4 of the 92 revisions of this API.15
- ○
api operation id
ecommerce_createCustomSalesChannelV1removed and replaced withecommerce_createASalesChannelV1api-operation-id-removed
- ○
the request property
became optionalrequest-property-became-optional
- ○
added the new
quick-linkenum value to the request propertyrequest-property-enum-value-added
- ○
- ○
api operation id
ecommerce_createACustomSalesChannelV1removed and replaced withecommerce_createCustomSalesChannelV1api-operation-id-removed
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 124 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲