Skip to main content
Anchor to locationLocalPickupEnable

locationLocalPickupEnable

mutation

Requires Any of shipping access scopes or manage_delivery_settings user permission.

Enables local pickup for a location so customers can collect their orders in person. Configures the estimated pickup time that customers see at checkout and optional instructions for finding or accessing the pickup location.

DeliveryLocationLocalPickupEnableInput!
required

The settings required to enable local pickup for a location.


Was this section helpful?

Anchor to LocationLocalPickupEnablePayload returnsLocationLocalPickupEnablePayload returns

DeliveryLocalPickupSettings

The local pickup settings that were enabled.

[DeliveryLocationLocalPickupSettingsError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?