stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > CompanyLocationsDeletePayload

AdminTypes.CompanyLocationsDeletePayload interface

Return type for companyLocationsDelete mutation.

Signature:

export interface CompanyLocationsDeletePayload 

Properties

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.