Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerAddTaxExemptionsPayload
Return type for customerAddTaxExemptions mutation.
Signature:
export interface CustomerAddTaxExemptionsPayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| customer? | Maybe<Customer> | (Optional) The updated customer. | |
| userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |