---
title: "Creates and adds a new load carrier to the bulk waybill"
method: POST
path: "/waybills/{waybill_id}/load_carriers"
tags: ["Bulk waybills"]
---

# Creates and adds a new load carrier to the bulk waybill

`POST /waybills/{waybill_id}/load_carriers`

Creates and adds a new load carrier to the bulk waybill. The response includes the details of the created load carrier. 

**Note**: Load carriers are only available on waybills with PostNord.

## Path parameters

- `waybill_id` integer, required

## Request body

- AddLoadCarrierRequest
  - `package_type` 'PALLET' | 'H_PALLET' | 'Q_PALLET' | 'S_PALLET' | 'PARCEL' | 'CAGE' | 'BOX' | 'ENVELOPE', required — Type of load carrier. Not all values are valid for all carriers.

## Response `200`

Successful.

- LoadCarrier
  - `id` integer — Unique identifier of the load carrier.
  - `carrier_reference` string — Carrier generated reference number of the load carrier
  - `package_type` 'PALLET' | 'H_PALLET' | 'Q_PALLET' | 'S_PALLET' | 'PARCEL' | 'CAGE' | 'BOX' | 'ENVELOPE' — Type of load carrier

## Other responses

- `401` — Unauthorized.
- `404` — Resource not found.

---

[API](https://skmtc.net/shipmondo/apis/shipmondo-api.md) · [All operations](https://skmtc.net/shipmondo/apis/shipmondo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shipmondo/shipmondo-api/versions/dbe9a4ea0826/schema)
