Requires read_orders access scope or read_marketplace_orders access scope.

Returns the count of orders for the given shop. Limited to a maximum of 10000.


The upper bound on count value before returning a result.

A filter made up of terms, connectives, modifiers, and comparators. You can apply one or more filters to a query. Learn more about Shopify API search syntax.

The ID of an existing saved search. The search’s query string is used as the query argument. Refer to the SavedSearch object.


Was this section helpful?

Details for count of elements.


Was this section helpful?
Hide code
Query reference
Copy
{
  ordersCount {
    # Count fields
  }
}