# Fulfillment Constraints now support Local Pickup — Shopify developer changelog
---
## Fulfillment Constraints now support Local Pickup

As of Admin GraphQL API version `2024-10` and `unstable`, you can setup your [Fulfillment Constraint](https://shopify.dev/docs/api/functions/reference/fulfillment-constraints) function to run for Local Pickup delivery method.

Use the [FulfillmentConstraintRuleCreate](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/fulfillmentConstraintRuleCreate) mutation to register your new Fulfillment Constraint function with the `PICK_UP` delivery method.

Or, use the [FulfillmentConstraintRuleUpdate](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/fulfillmentConstraintRuleUpdate) mutation to update your existing registered function to include `PICK_UP`.

*Published: October 01, 2024*
Tags: API, New
Link: https://shopify.dev/changelog/fulfillment-constraints-now-support-local-pickup

---