--- title: RestrictedForResource - GraphQL Admin description: Information about product is restricted for a given resource. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/RestrictedForResource md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/RestrictedForResource.md --- # Restricted​For​Resource object Requires `read_order_edits` access scope or `read_publications` access scope. Information about product is restricted for a given resource. ## Fields * restricted [Boolean!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Boolean) non-null Returns true when the product is restricted for the given resource. * restricted​Reason [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null Restriction reason for the given resource. *** ## Map ### Fields with this object * {}[Product.restrictedForResource](https://shopify.dev/docs/api/admin-graphql/unstable/objects/Product#field-Product.fields.restrictedForResource)