---
title: Introducing the Local Pickup API - Shopify developer changelog
description: >-
  Shopify’s developer changelog documents all changes to Shopify’s platform.
  Find the latest news and learn about new platform opportunities.
source_url:
  html: 'https://shopify.dev/changelog/introducing-the-local-pickup-api'
  md: 'https://shopify.dev/changelog/introducing-the-local-pickup-api.md'
metadata:
  effectiveApiVersion: 2022-10
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2022-09-19T07:00:18-04:00'
  postedAt: '2022-09-26T00:00:00-04:00'
  updatedAt: '2024-12-13T17:24:35-05:00'
  effectiveAt: '2022-09-26T00:00:00-04:00'
---

September 26, 2022

Tags:

* API
* 2022-10

# Introducing the Local Pickup API

As of **2022-10** in GraphQL Admin API version **unstable**, you can use the new Local Pickup mutations to:

[Enable Local Pickup for a location](https://shopify.dev/api/admin-graphql/unstable/mutations/locationLocalPickupEnable)

[Disable Local Pickup for a location](https://shopify.dev/api/admin-graphql/unstable/mutations/locationLocalPickupDisable)

Additionally, you can access the current Local Pickup settings using the new [Location.localPickupSettingsV2](https://shopify.dev/api/admin-graphql/unstable/objects/Location#field-location-localpickupsettingsv2) field.

This enables you to fully manage Local Pickup settings for a location!

Learn more about Local Pickup on [Shopify Help Center](https://help.shopify.com/en/manual/shipping/setting-up-and-managing-your-shipping/local-methods/local-pickup#set-up-the-local-pickup-option).
