customerId
String!
Required
Result!
type Mutation { checkoutCustomerTaxExemptionsDelete(customerId: String!): Result! }
Mutation.
checkoutCustomerTaxExemptionsDelete
Removes every tax exemption for a customer.
Arguments
customerId
String!
Required
Returns:
Result!
type Mutation { checkoutCustomerTaxExemptionsDelete(customerId: String!): Result! }