---
title: >-
  GraphQL Admin API: new field Product.restrictedForResource added - 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/graphql-admin-api-new-field-product-restrictedforresource-added
  md: >-
    https://shopify.dev/changelog/graphql-admin-api-new-field-product-restrictedforresource-added.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-07-10T21:02:22-04:00'
  postedAt: '2024-07-10T20:59:00-04:00'
  updatedAt: '2024-07-11T20:59:00-04:00'
  effectiveAt: '2024-07-10T20:59:00-04:00'
---

July 11, 2024

Tags:

* Admin GraphQL API
* 2024-10

# GraphQL Admin API: new field `Product.restrictedForResource` added

We have introduced a new field, `Product.restrictedForResource`, which allows you to query product restrictions for a given `CalculatedOrder` resource. This field returns both the restricted status and the reason for the restriction.

Currently, this feature supports checking for Managed Markets [product restriction](https://help.shopify.com/en/manual/international/managed-markets/prohibited-items). You can use this field to determine if a product can be added to a `CalculatedOrder` during the order edit mutation process.
