Get Orders
Rate limit: 100 requests per minute
Order number to search for.
Customer key to search for.
Carrier of the order to filter by. Choose from: "DHL_STD_NATIONAL", "HERMES_KLV", "HERMES_STD_NATIONAL", "DHL_AT", "DHL_POST_AUT", "HERMES_POST_AUT", "POST_CH", "QUICK_CH", "POST_NL", "DHL_NL", "DHL_PL", "DPD_PL", "UB_POST_PL", "PPL", "ZASIL_CZ", "BPOST_BE", "DHL_BPOST_BEL", "COLI_FR", "UB_GLS_DK", "UB_CORR_ES", "DS_TB_ES", "UB_SEUR_ES", "UB_CTT_PT", "DS_TB_PT", "DPD_PT", "ECONT_BG", "ACS_CY", "UB_OMNIVA_EE", "UB_POST_FI", "UB_TAXY_GR", "ACS_GR", "POST_HR", "POST_HU", "GLS_HU", "DPD_HU", "UB_FAST_IE", "POST_IT", "DS_TB_IT", "UB_OMNIVA_LT", "BPOST_LU", "UB_OMNIVA_LV", "UB_POST_NO", "FAN_RO", "UB_DHL_SE", "POST_SI", "POST_SK", "ZASIL_SK".
Shop country to search for.
Status of the order to filter by. Choose from: "open", "shipped", "cancelled", "returned", "mixed".
Status of the order item to filter by. Choose from: "open", "shipped", "cancelled", "returned".
Orders from date to filter by.
Orders to date to filter by.
Fulfillment type to filter by.
Page number to retrieve items from.
1Number of items per page.
20OK
Bad Request
Unauthorized
GET /api/v1/orders/ HTTP/1.1
Host:
X-API-Key: YOUR_API_KEY
Accept: */*
{
"items": [
{
"order_items": [
{
"return_tracking_key": "text",
"shipment_tracking_key": "text",
"sku": "text",
"status": "open",
"id": 1,
"vat": 19,
"price_without_tax": 1,
"price_with_tax": 1,
"custom_data": {}
}
],
"order_number": "text",
"delivery_document_url": "text",
"status": "open",
"customer_key": "text",
"carrier_key": "text",
"shop": 1,
"created_at": "2025-10-27T21:32:31.718Z",
"updated_at": "2025-10-27T21:32:31.718Z",
"fulfillment_type": "dropshipping",
"custom_data": {},
"payment_method": "text",
"billing_street": "text",
"billing_zip_code": "text",
"billing_city": "text",
"billing_country_code": "text",
"billing_recipient_gender": "text",
"billing_recipient_first_name": "text",
"billing_recipient_last_name": "text",
"billing_additional": "text",
"shipping_street": "text",
"shipping_zip_code": "text",
"shipping_city": "text",
"shipping_country_code": "text",
"shipping_additional": "text",
"shipping_collection_point_key": "text",
"shipping_collection_point_type": "text",
"shipping_collection_point_customer_key": "text",
"shipping_collection_point_description": "text",
"shipping_recipient_gender": "text",
"shipping_recipient_first_name": "text",
"shipping_recipient_last_name": "text",
"currency_code": "text",
"cost_without_tax": 1,
"cost_with_tax": 1
}
],
"pagination": {
"per_page": 1,
"page": 1,
"pages": 1,
"total": 1,
"next": "text",
"prev": "text"
}
}Last updated
Was this helpful?

