--- title: DeliveryLocalPickupSettings - GraphQL Admin description: Local pickup settings associated with a location. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/deliverylocalpickupsettings md: https://shopify.dev/docs/api/admin-graphql/latest/objects/deliverylocalpickupsettings.md --- # Delivery​Local​Pickup​Settings object Requires Any of `locations` or `shipping` access scopes or `manage_delivery_settings` user permission. Local pickup settings associated with a location. ## Fields * instructions [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null Additional instructions or information related to the local pickup. * pickup​Time [Delivery​Local​Pickup​Time!](https://shopify.dev/docs/api/admin-graphql/latest/enums/DeliveryLocalPickupTime) non-null The estimated pickup time to show customers at checkout. *** ## Map ### Fields with this object * {}[Location.localPickupSettingsV2](https://shopify.dev/docs/api/admin-graphql/latest/objects/Location#field-Location.fields.localPickupSettingsV2) *** ## Mutations * [location​Local​Pickup​Enable](https://shopify.dev/docs/api/admin-graphql/latest/mutations/locationLocalPickupEnable) mutation Enables local pickup for a location. *** ## <\~> DeliveryLocalPickupSettings Mutations ### Mutated by * <\~>[location​Local​Pickup​Enable](https://shopify.dev/docs/api/admin-graphql/latest/mutations/locationLocalPickupEnable)