Get Bulk Order History

The Get Bulk Order History endpoint is designed to retrieve historical order data in bulk. This endpoint is ideal for fetching extensive order records over a specified period, enabling you to access past orders for analysis, reporting, or record-keeping purposes. This is especially useful for tracking customer trends, reviewing operational performance, and ensuring data completeness across external systems.

Log in to see full request history
Query Params
string
required

Starting date of the date range. The date should be in ISO 8601 standard, which also has a time and time zone component.

string
required

End date of the date range. The date should be in ISO 8601 standard, which also has time and time zone component.

string

Status of the orders to be retrieved by a partner. If the status is set to 'COMPLETED, CANCELED' or null, the API returns completed and cancelled orders.

integer
required

The page the resultset needs to extract. If the resultset has more than one page, the user can set the page number in the URL to fetch only that results page. Note:- user should set the page as '0' since the URL for the next resultset is included in the response body.

integer
required

Maximum size of the result for one page. This value can be set up to 10,000.*

locationIds
array of strings

Grubtech location ID to filter the orders.

locationIds
Responses

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json