--- title: LimitedPendingOrderCount - GraphQL Admin description: |- The total number of pending orders on a shop if less then a maximum, or that maximum. The atMax field indicates when this maximum has been reached. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/limitedpendingordercount md: https://shopify.dev/docs/api/admin-graphql/latest/objects/limitedpendingordercount.md --- # Limited​Pending​Order​Count object Requires `read_orders` access scope. The total number of pending orders on a shop if less then a maximum, or that maximum. The atMax field indicates when this maximum has been reached. ## Fields * at​Max [Boolean!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Boolean) non-null This is set when the number of pending orders has reached the maximum. * count [Int!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int) non-null The number of pendings orders on the shop. Limited to a maximum of 10000. *** ## Map