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
| Key | Datatype | Required | Description |
|---|---|---|---|
page | string | The page number of the orders retrieved. n | |
dateFilterOption | string | The date type to filter on.This field value can be orderDate or updatedDate. Default is orderDate.n | |
startDate | string | Start 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 | |
endDate | string | End 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 |