Veeqo Search For Order
Find Veeqo orders
This action retrieves orders from Veeqo that correspond to a specific order number or email address
Inputs
In order to use the action in your flow you need to provide it with the following inputs:
Input | Type | Description |
---|---|---|
Order Identifier | String | The Merchant Order Number (it can also be any other identifier such as email address) |
Identifier Type | String | Possible values: "Order Number" or "Email Address" |
API Key | String | API Key |
Outputs
Output | Type | Description |
---|---|---|
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 Veeqo GetOrders endpoint - https://developers.veeqo.com/api/operations/view-an-order-detail/
Updated about 2 hours ago