Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

Anchor to customerReplaceTaxExemptions

customerReplaceTaxExemptions

mutation

Requires write_customers access scope.

Replace tax exemptions for a customer.

ID!required

The ID of the customer to update.

The list of tax exemptions that will replace the current exemptions for a customer. Can be an array or a comma-separated list. Example values: ["CA_BC_RESELLER_EXEMPTION", "A_STATUS_CARD_EXEMPTION"], "CA_BC_RESELLER_EXEMPTION, CA_STATUS_CARD_EXEMPTION".


Was this section helpful?

Anchor to CustomerReplaceTaxExemptionsPayload returnsCustomerReplaceTaxExemptionsPayload returns

The updated customer.

The list of errors that occurred from executing the mutation.


Was this section helpful?