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.

In pins 8 + flow
  • flow
    flow
  • Connection required
    postnlconnection

    The PostNL connection.

  • Barcode required
    value

    The barcode of the shipment to confirm.

  • Sender Address required
    object

    The 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
    object

    The 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
    object

    The 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
    object

    The receiver information for this shipment. Object can contain the following fields: firstname, lastname, email, phone.

  • Sender Contact Person
    object

    The contact person for PostNL for this shipment (from your company). Object should contain the following fields: name, email.

  • Product Code Delivery
    value

    The product code delivery for this shipment. Default value is 3085. Check the documentation for the available codes.

    Default 3085

Out pins 5 + flow
  • flow
    flow
  • Connection
    postnlconnection

    The PostNL connection

  • Success
    condition

    If successful, return true.

  • Barcode
    value

    The barcode of the shipment.

  • Request response
    object

    The response from PostNL.

  • Error
    value

    Error 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.

Studio canvas example for the confirm shipment block: typical wiring for confirm shipment.

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