Brightpearl Get Order by Order ID
This action searches for an order in Brightpearl by order ID. This action requires a module connection to be set up.
Uses the following Brightpearl API Endpoint: https://api-docs.brightpearl.com/order/order/get.html
Inputs
In order to use the action in your flow you need to provide it the following inputs:
| Input | Type | Description |
|---|---|---|
| Order ID | String | The Brightpearl Order ID. |
Outputs
| Output | Type | Decription |
|---|---|---|
| Success | Boolean | Whether the API call was successful. |
| Order Found? | Boolean | Whether or not order was found |
| Order Status | String | Order Status |
| Order Type Code | String | Order Type Code |
| Order State | String | Order State |
| Order Payment Status | String | Order Payment Status |
| Order Created Date | String | Order Created Date |
| Basic Order Data | Object | Basic Order Data (with Customer and Line Items Data removed) |
| Line Items Data | List | Line Items Data |
| Customer Data | Object | Customer Data |
Updated 1 day ago