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