---
title: >-
  Added Maximum Limit to number of fulfillment constraint rules for a shop -
  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/added-maximum-limit-to-number-of-fulfillment-constraint-rules-for-a-shop
  md: >-
    https://shopify.dev/changelog/added-maximum-limit-to-number-of-fulfillment-constraint-rules-for-a-shop.md
metadata:
  effectiveApiVersion: 2023-07
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2024-06-06T11:07:39-04:00'
  postedAt: '2024-06-06T10:50:00-04:00'
  updatedAt: '2024-06-06T11:30:32-04:00'
  effectiveAt: '2024-06-06T10:50:00-04:00'
---

June 6, 2024

Tags:

* Admin GraphQL API
* 2023-07

# Added Maximum Limit to number of fulfillment constraint rules for a shop

We are adding a limit to the number of fulfillment constraint rules that can be applied to a shop - currently, this limit is 10. As a result, we are also adding a new error code to the API.

As of API version `2023-07`, the error code `maximum_fulfillment_constraint_rules_reached` will be added to the `FulfillmentConstraintRuleCreate` mutation. This error code is returned when you add more than the maximum number of rules to a shop.
