GraphQL API
Organization API
Organization / Orders

ordersCount

Return the number of orders matching the supplied filters.

Arguments

1 argument
queryString

Search and filter expression for orders count. A filter made up of field terms, connectives, modifiers, and comparators. You can apply one or more filters to a query.

Supported filters
exceptionbool
Any value
brand_iduuid
Any value
customer_iduuid
Any value
recipient_address.country_codestring
Any value
statusenum
CANCELEDCREATEDEXPECTEDALLOCATEDPARTIALLY_SHIPPEDSHIPPEDUNALLOCATED
created_atdatetime
Any value
shipped_atdatetime
Any value

Possible return

ordersCountInt!

Return the number of orders matching the supplied filters.