Skip to main content
Anchor to CustomerRemoveTaxExemptionsPayload

CustomerRemoveTaxExemptionsPayload

payload

Return type for customerRemoveTaxExemptions mutation.

•Customer

The updated customer.

Show fields
•[UserError!]!
non-null

The list of errors that occurred from executing the mutation.

Show fields

Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Remove tax exemptions from a customer.

Show payload

Arguments

•ID!
required

The ID of the customer to update.

•[TaxExemption!]!
required

The list of tax exemptions to remove for the customer, in the format of 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".

Show enum values


Was this section helpful?