Flexport Get Order by External ID
This action is used to retrieve an order from Flexport for a specified external ID (order number)
This action uses the following endpoint:
GET Order by External ID: https://docs.logistics-api.flexport.com/2025-03/tag/Orders#operation/GetOrderByExternalId
The external ID is typically the Merchant Order Number (e.g. the Shopify Order Name)
Inputs
In order to use the action in your flow you need to provide it with the following inputs:
| Input | Type | Description |
|---|---|---|
| API Key | Credentials | Flexport API Key |
| External ID | String | This is typically the Merchant Order Number (e.g. Shopify Order Name) |
Outputs
| Output | Type | Description |
|---|---|---|
| Success | Boolean | Whether order was successfully retrieved |
| Order Data | Object | Order Data from Flexport |
Updated about 2 hours ago
