input
[CheckoutCustomerTaxExemptionSyncInput!]!
Required
[CheckoutCustomerTaxExemptionSyncResult!]!
type Mutation { checkoutCustomerTaxExemptionsSync(input: [CheckoutCustomerTaxExemptionSyncInput!]!): [CheckoutCustomerTaxExemptionSyncResult!]! }
Mutation.
checkoutCustomerTaxExemptionsSync
Replaces each customer's tax exemptions with the supplied set. Malformed records are rejected individually rather than failing the batch.
Arguments
input
[CheckoutCustomerTaxExemptionSyncInput!]!
Required
Returns:
[CheckoutCustomerTaxExemptionSyncResult!]!
type Mutation { checkoutCustomerTaxExemptionsSync(input: [CheckoutCustomerTaxExemptionSyncInput!]!): [CheckoutCustomerTaxExemptionSyncResult!]! }