stack

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

AdminTypes.LocationDeletePayload interface

Return type for locationDelete mutation.

Signature:

export interface LocationDeletePayload 

Properties

Property Modifiers Type Description
deletedLocationId?   Maybe<Scalars[‘ID’][‘output’]> (Optional) The ID of the location that was deleted.
locationDeleteUserErrors   Array<LocationDeleteUserError> The list of errors that occurred from executing the mutation.