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