Anchor to companyLocationRevokeTaxExemptionscompany
companyLocationRevokeTaxExemptions
mutationDeprecated
Requires access scope or
access scope. Also: The API client must be installed on a Shopify Plus store.
Revokes tax exemptions from the company location. Use instead.
Anchor to Arguments
Arguments
- Anchor to companyLocationIdcompany•
Location Id ID!required The location from which the tax exemptions will be revoked.
- Anchor to taxExemptionstax•
Exemptions [TaxExemption!]! required The tax exemptions that are being revoked from the location.
Was this section helpful?
Anchor to CompanyLocationRevokeTaxExemptionsPayload returnsCompanyLocationRevokeTaxExemptionsPayload returns
- Anchor to companyLocationcompany•
Location The updated company location.
- Anchor to userErrorsuser•
Errors [BusinessCustomer non-nullUser Error!]! The list of errors that occurred from executing the mutation.
Was this section helpful?
Mutation Reference
mutation companyLocationRevokeTaxExemptions($companyLocationId: ID!, $taxExemptions: [TaxExemption!]!) {
companyLocationRevokeTaxExemptions(companyLocationId: $companyLocationId, taxExemptions: $taxExemptions) {
companyLocation {
# CompanyLocation fields
}
userErrors {
field
message
}
}
}
Input
{
"companyLocationId": "gid://shopify/<objectName>/10079785100",
"taxExemptions": [
"CA_BC_COMMERCIAL_FISHERY_EXEMPTION"
]
}
{
"companyLocationId": "gid://shopify/<objectName>/10079785100",
"taxExemptions": [
"CA_BC_COMMERCIAL_FISHERY_EXEMPTION"
]
}