Support

deleteReferencesFromRate

View as Markdown

Delete references from an existing rate.

mutation

Requires commerce.tax:delete.

Delete references from an existing rate.

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
  • input MutationDeleteReferencesFromRateInput! required
    • referenceIds [ID!]! required

Possible returns

  • Rate Rate — An individual tax rate.

Last updated on

How is this guide?