DEV

Mutation.

checkoutCustomerTaxExemptionsDelete

Removes every tax exemption for a customer.

Arguments

customerId

String!

Required

The merchant's customer ID

Returns:

Result!

GraphQL
1
2
3
type Mutation {
  checkoutCustomerTaxExemptionsDelete(customerId: String!): Result!
}
Book a demo

Was this page helpful?