Get Paginated Orders List
Retrieving a paginated list of your orders
This request is crucial for receiving a list of all your orders.
GET
https://api.sender.lv/api/sandbox/v1/orders?page={{page_number}}
Where {{page_number}} is the number of page you you would like to display.
It is generally used to:
- Display a paginated list of all your orders and their associated data on your system.
An additional use case might include:
- Bulk update order statuses on your side. In some cases can be used to update multiple orders at once, such as parcel's shipping statuses.
- Bulk update shipping labels on your side. Label is the sticker that must be attached to the parcel before handing it over to the courier or placing it in a parcel locker.
- Bulk update courier tracking numbers on your side.
- Bulk update pickup arrival times on your side (when the courier will arrive to pick up the parcel).
- As well as all other data you may require about the orders.
It's important to understand that some details, such as the shipping label and carrier tracking number, won't be immediately available after placing an order. Typically, these details become available shortly thereafter. As such, a good solution to update multiple parcels at once would be executing Get Order List request at least once per hour.