POST:sales_channels.json
POST:sales_channels.json
Description
Modify one or multiple sales channels.
Permission bit: "sales_channels.modify"
Topic: Sales Channels
Query Parameters
ids: Comma-separated array of String, required
List of sales channel ids. See also: Unique Identifiers
Example: ?ids=sc_EQzGqWoY,sc_EQzGqWoY
Unique shop identifier. See also: Unique Identifiers
Example: ?shop_id=sh_EQzGqWoY
Request Body
Array of SalesChannelModify
[ { "enabled": true, "name": "Amazon Integration", "storefront": true } ]
Response Body
Array of SalesChannel
Response Body Type
Loading module