Get all orders

GET {{baseUrl}}/v1/orders?page=<>&dateFilterOption=<>&startDate=<put>&endDate=<put>

Note: This feature is only available if you have the Order Metrics feature enabled. If you wish to have access to the feature, submit a request at Zuora Global Support. We will investigate your use cases and data before enabling this feature for you. If you have the Orders

Request Params

KeyDatatypeRequiredDescription
pagestringThe page number of the orders retrieved. n
dateFilterOptionstringThe date type to filter on.This field value can be orderDate or updatedDate. Default is orderDate.n
startDatestringStart date of the date range for which you want to get exchange rates.nnThe date must be in yyyy-mm-dd format, for example, 2016-01-15. The start date cannot be later than the end date.n
endDatestringEnd date of the date range for which you want to get exchange rates.nnThe date must be in yyyy-mm-dd format, for example, 2016-01-16. The end date can be a maximum of 90 days after the start date.n