Organization / Orders
ordersCount
Return the number of orders matching the supplied filters.
Arguments
1 argumentquery•StringSearch 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
exceptionboolAny value
brand_iduuidAny value
customer_iduuidAny value
recipient_address.country_codestringAny value
statusenumCANCELEDCREATEDEXPECTEDALLOCATEDPARTIALLY_SHIPPEDSHIPPEDUNALLOCATEDcreated_atdatetimeAny value
shipped_atdatetimeAny value
Possible return
ordersCount•Int!Return the number of orders matching the supplied filters.