Skip to main content
Anchor to companyLocationCreateTaxRegistration

companyLocationCreateTaxRegistration

mutation

Requires write_customers access scope or write_companies access scope. Also: The API client must be installed on a Shopify Plus store.

Deprecated. Use companyLocationTaxSettingsUpdate instead.

Creates a tax registration for a company location.

ID!required

The ID of the company location that the tax registration gets assigned to.

String!required

The unique tax id for the tax registration.


Was this section helpful?

Anchor to CompanyLocationCreateTaxRegistrationPayload returnsCompanyLocationCreateTaxRegistrationPayload returns

CompanyLocation

The company location with the created tax registration.

[BusinessCustomerUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?