Home > @infiniteobjects/shopify-data-manager > AdminTypes > CompanyLocationCreateTaxRegistrationPayload
Return type for companyLocationCreateTaxRegistration mutation.
Signature:
export interface CompanyLocationCreateTaxRegistrationPayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| companyLocation? | Maybe<CompanyLocation> | (Optional) The company location with the created tax registration. | |
| userErrors | Array<BusinessCustomerUserError> | The list of errors that occurred from executing the mutation. |