Anchor to customerAddTaxExemptionscustomer
customer Add Tax Exemptions
mutation
Requires access scope.
Add tax exemptions for the customer.
Anchor to Arguments
Arguments
- Anchor to customerIdcustomer•
Id ID!required The ID of the customer to update.
- Anchor to taxExemptionstax•
Exemptions [TaxExemption!]!required The list of tax exemptions to add for the customer, in the format of an array or a comma-separated list. Example values:
,
.
Was this section helpful?
- Anchor to customercustomer•
The updated customer.
- Anchor to userErrorsuser•
Errors [UserError!]!non-null The list of errors that occurred from executing the mutation.
Was this section helpful?