--- title: Fulfillment Constraints now support Local Pickup - 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/fulfillment-constraints-now-support-local-pickup md: >- https://shopify.dev/changelog/fulfillment-constraints-now-support-local-pickup.md metadata: effectiveApiVersion: 2024-10 affectedApi: - displayName: Admin GraphQL API handle: admin-graphql primaryTag: displayName: API handle: api secondaryTag: displayName: New handle: new indicatesActionRequired: false createdAt: '2024-08-06T14:40:57-04:00' postedAt: '2024-10-01T09:30:00-04:00' updatedAt: '2024-08-06T15:00:34-04:00' effectiveAt: '2024-10-01T09:30:00-04:00' --- October 1, 2024 Tags: * Admin GraphQL API * 2024-10 # 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`.