customerId
String!
Required
[CheckoutCustomerTaxExemption!]!
type Query { checkoutCustomerTaxExemptions(customerId: String!): [CheckoutCustomerTaxExemption!]! }
Query.
checkoutCustomerTaxExemptions
Returns the tax exemptions on record for a customer.
Arguments
customerId
String!
Required
Returns:
[CheckoutCustomerTaxExemption!]!
type Query { checkoutCustomerTaxExemptions(customerId: String!): [CheckoutCustomerTaxExemption!]! }