Support

deleteReferencesFromClassification

View as Markdown

Delete references from an existing classification.

mutation

Requires commerce.tax:delete.

Delete references from 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

  • id ID! required — The ID of the classification for which the references should be deleted.
  • input MutationDeleteReferencesFromClassificationInput! required
    • referenceIds [ID!]! required — The IDs of the references to be deleted from the classification.

Possible returns

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

Last updated on

How is this guide?