v1
latestOpenAPI 3.0.12026-08-0688138402.2 KBBulk waybills
List all load carriers
Returns a list of all load carriers that have been added to the bulk waybill.
get/waybills/{waybill_id}/load_carriers
Path parameters
waybill_idinteger required
ID of the bulk waybill to fetch all load carriers for.
Response
Successful.
Example response
[
{
"id": 1234,
"carrier_reference": "PALLET-001",
"package_type": "PALLET"
}
]