stack

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

AdminTypes.CompanyLocationDeletePayload interface

Return type for companyLocationDelete mutation.

Signature:

export interface CompanyLocationDeletePayload 

Properties

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.