Global-e Search For Order by Order ID
Find orders by Order ID
This action retrieves orders from Global-E that correspond to a specific Order ID.
Inputs
In order to use the action in your flow you need to provide it with the following inputs:
Input | Type | Description |
---|---|---|
Order ID | String | The unique identifier of the order. The action will search for orders matching this ID. |
Merchant GUID | String | The authentication key required to execute API calls with Global-e. Obtain the production version from the client and Global-e. |
Outputs
Output | Type | Decription |
---|---|---|
Success | Boolean | True if managed to find an order; False if no orders found. |
Orders | Object | If some orders are found then this output will have the list of order objects with all the order fields. |
This action uses the Global-E GetOrderDetails API - https://docs.global-e.com/enterprise/en/getordersdetails.html
Updated 7 months ago