DEV

Mutation.

checkoutCustomerTaxExemptionsSync

Replaces each customer's tax exemptions with the supplied set. Malformed records are rejected individually rather than failing the batch.

GraphQL
1
2
3
type Mutation {
  checkoutCustomerTaxExemptionsSync(input: [CheckoutCustomerTaxExemptionSyncInput!]!): [CheckoutCustomerTaxExemptionSyncResult!]!
}
Book a demo

Was this page helpful?