Deliveries
List Deliveries
Returns the authenticated customer’s deliveries.
GET
List Deliveries
List Deliveries
Returns deliveries addressed to the authenticated customer. Filter by pending status to show only uncollected parcels.Authentication
Requires a valid customer bearer token.Query Parameters
Page number for pagination. Default:
1.Number of results per page. Default:
15.true — return only uncollected deliveries. false — return collected/handled deliveries.Free-text search string matched against the delivery name.
Filter by delivery type enum value (e.g.
Parcel, Letter, LargeParcel).Comma-separated list of field paths to include in the response. When provided, only the
specified fields are returned — useful for reducing payload size. Supports nested paths
using dot notation. Example:
_shape=Records.Name,Records.Collected,TotalItems.Response
Returns aDeliveryList object — a paginated wrapper containing an array of delivery records.
Pagination
Array of delivery objects for the current page.
Current page number (1-based).
Total number of matching deliveries.
Total number of pages.
Whether there are more pages after the current one.
Whether there are pages before the current one.
Delivery Fields (within Records[])
Identity
Core
Media
Status
Status Dates
Handling
Timestamps (from base)
Examples
Fetch pending deliveries
Fetch with response shaping
TypeScript Integration
Error Responses
The bearer token is missing, expired, or invalid.
Related Endpoints
List Deliveries