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