stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > DraftOrderInput > taxExempt

AdminTypes.DraftOrderInput.taxExempt property

Whether or not taxes are exempt for the draft order. If false, then Shopify will refer to the taxable field for each line item. If a customer is applied to the draft order, then Shopify will use the customer’s tax exempt field instead.

Signature:

taxExempt?: InputMaybe<Scalars['Boolean']['input']>;