Create Shipment
Initiates the creation of a new shipment with the provided details, including sender and recipient information. This is the primary method for registering shipments into the system.
Request body
Registered sender account ID. Can't be used with Sender field. If null Sender is not given, the authenticated customer's default sender is used.
0 = NoNotifications, 1 = Email, 2 = SMS, 3 = Both
Set to true when the shipment is remote pickup
Target parcel locker code for last-mile delivery. Mutually exclusive with DeliveryParcelShop.
Parcel locker code where the sender will drop off the shipment. Mutually exclusive with DropOffParcelShop.
Number of packages (collies) in the shipment (max 999). Can't be used with Collies field
0 = Weight, 4 = Pallet, 5 = Value, 7 = Quantity, 11 = PalletWeight, 12 = Letter, 13 = BoxA, 14 = BoxB, 15 = BoxC, 16 = XLBox, 17 = WeightPerUnit, -999 = None, -1 = All
Unit amount for shipment-level pricing. Decimal numbers must use a dot (.) as the separator (e.g., 1234.56).
Reference 1 value for the shipment (max 35 characters).
Reference 2 value for the shipment (max 35 characters).
Reference 3 value for the shipment (max 35 characters).
International reference for the shipment (max 35 characters).
Ex-works collection type identifier. Must be 4 (PaidByReceiver)
Cash-on-delivery amount to collect from the consignee. Decimal numbers must use a dot (.) as the separator (e.g., 1234.56).
Currency code for the cash-on-delivery amount. Required when CODValue is set.
IBAN of the bank account to which COD funds will be transferred.
BIC/SWIFT code for the COD bank transfer. Required for international IBAN accounts.
Package Opening Allowed service
Marks the shipment as cargo type, applying cargo-specific handling and routing rules.
Attaches a return document to the shipment. The consignee must sign it upon delivery and it is returned to sender.
Shipment contents description or general remark (max 150 characters).
Remark for the courier regarding shipment pickup (max 255 characters).
Remark for the courier regarding shipment delivery (max 255 characters).
Preferred pickup date and time. The system assigns the nearest available slot if the requested time is unavailable.
Parcel shop code where the sender will drop off the shipment. Mutually exclusive with DropOffParcelLocker.
Target parcel shop code for last-mile delivery. Mutually exclusive with DeliveryParcelLocker.
Base64-encoded PDF document to attach to the shipment. It is only used for commissioning shipments.
0 = None, 1 = Document, 2 = Item, 3 = DocumentAndItem
When true, suppresses label/sticker generation for this shipment.
Declared monetary value of the shipment for insurance purposes. Decimal numbers must use a dot (.) as the separator (e.g., 1234.56).
0 = National, 1 = Euro, 2 = CurrencyOfDestinationCountry, 3 = MobilePaymentService, 4 = CreditCard, 5 = ReturnCashCRC
When true, the shipment is returned to sender automatically after a successful delivery confirmation.
When true, Requests delivery before 12:00 noon. Subject to service availability in the delivery area.
Set true for Document collection service.
Set true for Electronic document collection service.
Set true for Personal delivery Service
Set true for Saturday delivery service
Set true for Flex Service
Set true for Guaranteed delivery service
Set true for Virtual shipment service
When true, the system automatically redirects the shipment to an parcelshop/parcellocker location within an available distance. Customer should be allowed to use this action
Response
OK
0 = OK, 1 = Error, 2 = ValidationFailed
ID of the created shipment. Use this value with ShipmentsById to retrieve full shipment details.
Assigned pickup start time. May change if the shipment is committed or pickup is requested at a later date.
Assigned pickup end time. May change if the shipment is committed or pickup is requested at a later date.
Expected delivery start time, calculated based on the assigned pickup window.
Expected delivery end time, calculated based on the assigned pickup window.
List of cargo IDs assigned to this shipment. Populated only for cargo-type shipments.
Correlation trace ID for this API call. Include this value when reporting issues for faster diagnosis.