orders Query
Arguments
#
paymentMethod
Only return orders that were paid with this payment method. Must be an admin of the account owning the payment method.
includeIncognito
Whether to include incognito orders. Must be admin or root. Only with filter null or OUTGOING.
frequency
Use this field to filter orders on their frequency (ONETIME, MONTHLY or YEARLY)
orderBy = { "field": "CREATED_AT", "direction": "DESC" }
Non-null
The order of results
onlySubscriptions
Only returns orders that have a subscription (monthly/yearly). Don't use together with frequency.
onlyActiveSubscriptions
Same as onlySubscriptions, but returns only orders with active subscriptions
Response
#
Returns OrderCollection !.
Example
#
Previous
order
Next
organization