Skip to main content
Anchor to CustomerAddTaxExemptionsPayload

CustomerAddTaxExemptionsPayload

payload

Return type for customerAddTaxExemptions mutation.

•Customer

The updated customer.

•[UserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Add tax exemptions for the customer.

Arguments

•ID!
required

The ID of the customer to update.

•[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: ["CA_BC_RESELLER_EXEMPTION", "CA_STATUS_CARD_EXEMPTION"], "CA_BC_RESELLER_EXEMPTION, CA_STATUS_CARD_EXEMPTION".



Was this section helpful?