stack

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

AdminTypes.LocationLocalPickupDisablePayload interface

Return type for locationLocalPickupDisable mutation.

Signature:

export interface LocationLocalPickupDisablePayload 

Properties

Property Modifiers Type Description
locationId?   Maybe<Scalars[‘ID’][‘output’]> (Optional) The ID of the location for which local pickup was disabled.
userErrors   Array<DeliveryLocationLocalPickupSettingsError> The list of errors that occurred from executing the mutation.