Support

removeSkusGroupsFromOverride

View as Markdown

Remove existing SKU groups from an existing override.

mutation

Requires commerce.tax:write.

Remove existing SKU groups from an existing override.

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

  • input MutationRemoveSkusGroupsFromOverrideInput! required
    • skuGroupIds [ID!]! required
  • overrideId ID! required

Possible returns

  • Override Override — A rule to override any other taxation criteria for the associated skus, groups, or lists.

Last updated on

How is this guide?