diff --git a/docs/storefront/graphql/index.mdx b/docs/storefront/graphql/index.mdx index f9029d1d0..844fd93ab 100644 --- a/docs/storefront/graphql/index.mdx +++ b/docs/storefront/graphql/index.mdx @@ -15,6 +15,9 @@ This graph serves as a flexible interface for building shopper experiences. For * Look up objects, such as categories or brands, by URL, and fetch their details. * Create new carts, fetch existing carts, and initiate checkout. + +GraphQL currently does not support sorting products based on pricing defined in Price Lists. Price based sorting methods with GraphQL will be based on prices on the product level. + Additionally, by leveraging the power of [GraphQL](https://graphql.org/), data for multiple resources can be returned from a single API call, which simplifies integration and increases performance so that developers can focus on building delightful shopper experiences.