Anchor to CustomerRemoveTaxExemptionsPayloadCustomer
payloadCustomer Remove 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
- customerRemoveTaxExemptions (CustomerRemoveTaxExemptionsPayload)
- •mutation
Remove tax exemptions from a 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 remove for the customer, in the format of an array or a comma-separated list. Example values:
,.
Arguments
Was this section helpful?