DEV

Query.

checkoutCustomerTaxExemptions

Returns the tax exemptions on record for a customer.

Arguments

customerId

String!

Required

The merchant's customer ID
GraphQL
1
2
3
type Query {
  checkoutCustomerTaxExemptions(customerId: String!): [CheckoutCustomerTaxExemption!]!
}
Book a demo

Was this page helpful?