Bleckmann Get Order by Order Number
Find Bleckmann orders
This action retrieves orders from Bleckmann that correspond to a specific order number.
It uses the following Bleckmann API: https://app.swaggerhub.com/apis-docs/Bleckmann/warehousing/1.6.0?view=uiDocs
- GET /picktickets/pickticketId
Inputs
In order to use the action in your flow you need to provide it with the following inputs:
| Input | Type | Description |
|---|---|---|
| Order Number | String | The Pick Ticket ID which is usually the merchant order number (e.g. Shopify Order Name) |
| Profile | String | The profile parameter - this is usually client-specific e.g. company-uk. Request this from client/Bleckmann directly. |
Outputs
| Output | Type | Description |
|---|---|---|
| Success | Boolean | True if managed to find an order; False if no orders found. |
| Order Data | Object | Order Data |
| Order Status | String | Bleckmann Order Status. Possible values: CREATED, INPROGRESS, PACKED, SHIPPED, CANCELLED |
| Line Items | List | Line Items |
Updated about 12 hours ago