Citrus Lime Get Order by ID
Get Order by ID
This action allows you to retrieve order information from Citrus Lime by Web Order Number or Order UUID.
The API documentation can be found here https://cloudposapi.citruslime.com/ApiDocumentation/. The action uses the following endpoints:
- GET /api/CustomerOrderWeb/{{id}} (when Order ID Type = Web Order)
- GET /api/CustomerOrder/{{id}} (when Order ID Type = UUID)
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. This can be either the Web Order ID or Order UUID. |
Order ID Type | String | Possible values: Web Order or UUID |
API Key | String | Citrus Lime API Key |
Outputs
Output | Type | Decription |
---|---|---|
Success | Boolean | True if managed to find an order; False if no orders found. |
Order Data | Object | Order Data |
Updated 8 days ago