Support

setSkuGroupChannelAssociationMode

View as Markdown

Set the channel association mode for a SKU Group.

mutation

Requires commerce.product:write.

Set the channel association mode for a 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 — SKU Group ID
  • input MutationSetSkuGroupChannelAssociationModeInput! required
    • mode String! required — The channel association mode for this SKU Group. Can be ALL (uses active channels registered to the store) or SELECTIVE (uses custom channel associations).

Possible returns

  • SKUGroup SKUGroup

Last updated on

How is this guide?