Home > @infiniteobjects/shopify-data-manager > AdminTypes > CompanyLocationDeletePayload
Return type for companyLocationDelete mutation.
Signature:
export interface CompanyLocationDeletePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| deletedCompanyLocationId? | Maybe<Scalars[‘ID’][‘output’]> | (Optional) The ID of the deleted company location. | |
| userErrors | Array<BusinessCustomerUserError> | The list of errors that occurred from executing the mutation. |