Skip to main content
Anchor to DeliveryLocalPickupSettings

DeliveryLocalPickupSettings

object

Requires Any of locations or shipping access scopes or manage_delivery_settings user permission.

Local pickup settings associated with a location.

String!non-null

Additional instructions or information related to the local pickup.

DeliveryLocalPickupTime!non-null

The estimated pickup time to show customers at checkout.


Was this section helpful?

mutation

Enables local pickup for a location.

Arguments

DeliveryLocationLocalPickupEnableInput!required

The settings required to enable local pickup for a location.


Fields

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?