Support

addChannelsToSkuGroup

View as Markdown

Add channels to an existing SKU group.

mutation

Requires commerce.product:write.

Add channels to an existing SKU group.

Required headers

HeaderRequiredDescription
x-store-idYesID of the store the operation targets. Omitting it returns HTTP 200 with a GraphQL error: extensions.code: "UNAUTHENTICATED".

Go to Authentication for credential setup.

Arguments

  • id String! required
  • input MutationAddChannelsToSkuGroupInput! required
    • channels [SKUGroupChannelAddInput!]! required — The channels to add to the SKU group. These are pointers to the Channels API, Catalog API does not create the channel resources.
      • channelId String! required

Possible returns

  • SKUGroup SKUGroup

Last updated on

How is this guide?