Anchor to CustomerAddTaxExemptionsPayloadCustomer
payloadCustomer Add Tax Exemptions Payload
Return type for mutation.
Anchor to FieldsFields
- customer (Customer)
- userErrors ([UserError!]!)
- Anchor to customercustomer•Customer
The updated customer.
- Anchor to userErrorsuser•[User
Errors Error!]! 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
- customerAddTaxExemptions (CustomerAddTaxExemptionsPayload)
- •mutation
Add tax exemptions for the customer.
- Anchor to customerIdcustomer•ID!
Id required The ID of the customer to update.
- Anchor to taxExemptionstax•[Tax
Exemptions Exemption!]! required The list of tax exemptions to add for the customer, in the format of an array or a comma-separated list. Example values:
,.
Arguments
Was this section helpful?