companyLocationTaxSettingsUpdate - admin-graphql - MUTATION
Version: unstable
Description:
Sets the tax settings for a company location.
Access Scopes
`write_customers` access scope or `write_companies` access scope. Also: The API client must be installed on a Shopify Plus store.
Arguments
-
companyLocationId:
ID! -
The ID of the company location that the tax settings get assigned to.
-
exemptionsToAssign:
TaxExemption -
The list of tax exemptions to assign to the company location.
-
exemptionsToRemove:
TaxExemption -
The list of tax exemptions to remove from the company location.
-
taxExempt:
Boolean -
Whether the location is exempt from taxes.
-
taxRegistrationId:
String -
The unique tax registration ID for the company location.
Returns
-
companyLocation:
CompanyLocation
The company location with the updated tax settings.
-
userErrors:
BusinessCustomerUserError!
The list of errors that occurred from executing the mutation.
Examples