Shops > Sales Channels > salesChannelsModify
POST:sales_channels.json
Description
Modify one or multiple sales channels.
Permission bit: "sales_channels.modify"
Topic: Sales Channels
Arguments
data: [SalesChannelModify!]!
Main argument for mutations.
List of sales channel ids. See also: Unique Identifiers
Example: ["sc_EQzGqWoY"]
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
Data Argument Fields
Whether this sales channel is enabled or not
The name of the sales channel
Example: "Amazon Integration"
Valid when: name is not empty
Valid when: name's length doesn't exceed 250 characters
Whether this sales channel can be used via storefront API or not
Result
[SalesChannel!]
Preview (typescript)
Loading module