Get list of shipments for given filters.
Query parameters
Carrier account IDs
Carrier broker IDs
Date of shipment creation from in Apilo, takes the value of ISO 8601 date encoded to URL, e.g. <code>2022-03-01T14:40:33%2B0200</code>
Date of shipment creation from in Apilo, takes the value of ISO 8601 date encoded to URL, e.g. <code>2022-03-01T14:40:33%2B0200</code>
Status of shipment (0 - New parcel, not yet shipped, 1 - The parcel is waiting in the waiting room, it has not been sent, 2 - A new parcel, registered in the courier's system but does not have a status yet, 21 - Package in delivery, 9 - Package removed, 31 - The parcel is waiting for collection (collection point, notice), 32 - Return of the parcel to the sender, other error, 100 - Parcel received, 101 - Return parcel delivered)
Response
Returns list of shipments
Example response
{
"shipments": [
{
"externalId": "312",
"orderId": "123",
"createdAt": "2023-11-24T08:33:07+0100",
"postDate": "2022-06-09T10:59:12+0100",
"method": "312",
"media": "2ed996a6-0b91-529c-9728-f2e59532e7bc"
}
],
"totalCount": 7398,
"pageResultCount": 64
}Changes
No recorded changes to this endpoint across all 1 revision of this API.