待处理订单总数-LimitedPendingOrderCount 对象

商店中的待处理订单总数(如果小于最大值或最大值)。atMax字段指示何时达到此最大值。

所需的访问

read_orders 访问范围。


在本页面


字段

  • atMax[Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
    当挂单数量达到最大时设置。
  • count[Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
    商店中待处理订单的数量。上限为10000。


返回LimitedPendingOrderCount的类型

  • [Shop.limitedPendingOrderCount](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/shop#limitedpendingordercount-2021-01)