Home > @infiniteobjects/shopify-data-manager > AdminTypes > LocationDeletePayload
Return type for locationDelete
mutation.
Signature:
export interface LocationDeletePayload
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. |