v1
latestOpenAPI 3.0.32026-07-13149852.3 MBtransfer_order
Transfer Order - Get All
Retrieve all transfer orders with optional filtering by status and warehouse.
get/transfer_order/get_all
Query parameters
startstring required
Start date/time filter for log entries
Example:2025-01-15T12:00:00.000Z
endstring required
End date/time filter for log entries
Example:2025-01-15T12:00:00.000Z
Response
Array of transfer orders within the date range (items excluded)
Example response
{
"transfer_orders": [
{
"_id": "507f1f77bcf86cd799439011",
"account_id": "507f1f77bcf86cd799439011",
"source_warehouse_id": "507f1f77bcf86cd799439011",
"destination_warehouse_id": "507f1f77bcf86cd799439011",
"items": [
{
"_id": "507f1f77bcf86cd799439011",
"item_id": "507f1f77bcf86cd799439011",
"source_location_id": "507f1f77bcf86cd799439011",
"destination_location_id": "507f1f77bcf86cd799439011"
}
],
"log": [
{
"user_id": "507f1f77bcf86cd799439011",
"time": "2025-01-15T12:00:00.000Z"
}
]
}
]
}