confirm shipment
This block is part of the shipping group and was last modified in core v13.0.9.
confirm shipment v13.0.9 This block is used to manual confirm a shipment.
- flow
flow - Connection required
postnlconnectionThe PostNL connection.
- Barcode required
valueThe barcode of the shipment to confirm.
- Sender Address required
objectThe address of the sender of this shipment. Object should contain the following fields: city, country_code (ISO2), house_number, street, zip_code, house_number_ext.
- Receiver Address required
objectThe address of the receiver of this shipment. Object should contain the following fields: city, country_code (ISO2), house_number, street, zip_code, house_number_ext.
- Shipment dimensions required
objectThe dimensions for this shipment. Object should contain weight field. Fields that you can add are: height, width, length, volume. Check the documentation for the units to use for this fields.
- Receiver information
objectThe receiver information for this shipment. Object can contain the following fields: firstname, lastname, email, phone.
- Sender Contact Person
objectThe contact person for PostNL for this shipment (from your company). Object should contain the following fields: name, email.
- Product Code Delivery
valueThe product code delivery for this shipment. Default value is 3085. Check the documentation for the available codes.
- flow
flow - Connection
postnlconnectionThe PostNL connection
- Success
conditionIf successful, return true.
- Barcode
valueThe barcode of the shipment.
- Request response
objectThe response from PostNL.
- Error
valueError message if the shipment could be confirmed.
A typical wiring for confirm shipment: a function trigger starts the flow; open connection feeds the connection pin; value feeds the barcode pin; new object feeds the sender_address pin; new object feeds the receiver_address pin; new object feeds the dimensions pin; the flow out pin feeds debug.

Version history
Introduced in v13.0.9.
Back to
shipping Return to the main group to view all sub-groups Back to PostNL Return to the group to view all blocks within this group
