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:

InputTypeDescription
Order IDStringThe unique identifier of the order. This can be either the Web Order ID or Order UUID.
Order ID TypeStringPossible values: Web Order or UUID
API KeyStringCitrus Lime API Key

Outputs

OutputTypeDecription
SuccessBooleanTrue if managed to find an order; False if no orders found.
Order DataObjectOrder Data