get

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

get v10.4.28

Retrieve a single order by its ID.

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

    The order ID, for example ord_8wmqcHMN4U

Out pins 11 + flow
  • flow
    flow
  • connection
    mollieconnection
  • success
    condition
  • order
    object
  • metadata
    object
  • id
    value
  • status
    value
  • payments
    array<object>
  • refunds
    array<object>
  • shipments
    array<object>
  • checkout
    value
  • error
    value

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

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

Version history

Introduced in v10.4.28.


Back to mollie Return to the main group to view all sub-groups Back to orders Return to the group to view all blocks within this group