Skip to main content
Anchor to CompanyLocationTaxSettingsUpdatePayload

CompanyLocationTaxSettingsUpdatePayload

payload

Return type for companyLocationTaxSettingsUpdate mutation.

•CompanyLocation

The company location with the updated tax settings.

•[BusinessCustomerUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Sets the tax settings for a company location.

Arguments

•ID!
required

The ID of the company location that the tax settings get assigned to.

•String

The unique tax registration ID for the company location.

•Boolean

Whether the location is exempt from taxes.

•[TaxExemption!]

The list of tax exemptions to assign to the company location.

•[TaxExemption!]

The list of tax exemptions to remove from the company location.



Was this section helpful?