Home > @infiniteobjects/shopify-data-manager > AdminTypes > LimitedPendingOrderCount
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.
Signature:
export interface LimitedPendingOrderCount
Property | Modifiers | Type | Description |
---|---|---|---|
atMax | Scalars[‘Boolean’][‘output’] | This is set when the number of pending orders has reached the maximum. | |
count | Scalars[‘Int’][‘output’] | The number of pendings orders on the shop. Limited to a maximum of 10000. |