API ReferenceCommerceCustomers & ordersTax GraphQLClassificationMutationremoveSkusGroupsFromClassification
removeSkusGroupsFromClassification
View as MarkdownRemove existing SKU groups from an existing classification.
mutation
Requires commerce.tax:write.
Remove existing SKU groups from an existing classification.
Required headers
| Header | Required | Description |
|---|---|---|
x-store-id | Yes | ID 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
classificationIdID!required — The ID of the classification to which the SKU groups should be added.inputMutationRemoveSkusGroupsFromClassificationInput!requiredskuGroupIds[ID!]!required — The IDs of the SKU groups to be removed from the classification.
Possible returns
ClassificationClassification— A grouping of rates that share common taxation criteria.
Last updated on
How is this guide?