Support

addSkusGroupsToClassification

View as Markdown

Add existing SKU groups to an existing classification.

mutation

Requires commerce.tax:write.

Add existing SKU groups to an existing classification.

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

  • classificationId ID! required — The ID of the classification to which the SKU groups should be added.
  • input MutationAddSkusGroupsToClassificationInput! required
    • skuGroupIds [ID!]! required — The IDs of the SKU groups to be added to the classification.

Possible returns

  • Classification Classification — A grouping of rates that share common taxation criteria.

Last updated on

How is this guide?