Anchor to section titled 'undefined'

customerAddTaxExemptions
mutation

Requires write_customers access scope. Also: User needs customer permissions.

Add tax exemptions for the customer.


Anchor to customerId
customerId
required

The ID of the customer to update.

The list of tax exemptions to add for the customer, in the format of an array or a comma-separated list. Example values: ["CA_BC_RESELLER_EXEMPTION", "CA_STATUS_CARD_EXEMPTION"], "CA_BC_RESELLER_EXEMPTION, CA_STATUS_CARD_EXEMPTION".


Was this section helpful?

The updated customer.

The list of errors that occurred from executing the mutation.


Was this section helpful?