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:

InputTypeDescription
Order IdentifierStringThe Merchant Order Number (it can also be any other identifier such as email address)
Identifier TypeStringPossible values: "Order Number" or "Email Address"
API KeyStringAPI Key

Outputs

OutputTypeDescription
SuccessBooleanTrue if managed to find an order; False if no orders found.
OrdersObjectIf 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/

URL: https://api.veeqo.com/orders?query={{orderNumber}}