create

This block is part of the mollie group and was last modified in core v10.4.28.

create v10.4.28

Creates a mollie shipment for a given order.

In pins 6 + flow
  • flow
    flow
  • connection required
    mollieconnection
  • id required
    value

    Mollie Order ID

  • lines
    array<object>

    Partial shipments, the lines shipped could be given here. [{id, quantity}]

  • carrier
    value

    Name of the postal carrier (as specific as possible). For example PostNL.

  • code
    value

    The track and trace code of the shipment. For example 3SKABA000000000.

  • url
    value

    The URL where your customer can track the shipment.

Out pins 6 + flow
  • flow
    flow
  • connection
    mollieconnection
  • success
    condition
  • shipment
    object
  • id
    value
  • order id
    value
  • error
    value

A typical wiring for create: a function trigger starts the flow; value feeds the id pin; the flow out pin feeds debug.

Studio canvas example for the create block: typical wiring for create.

Version history

Introduced in v10.4.28.

Service documentation

External API reference This block wraps a third-party service. Click here for the service's own documentation of the underlying endpoint.
Back to mollie Return to the main group to view all sub-groups Back to shipments Return to the group to view all blocks within this group