Get the details for an order placed on the Customer Collaboration Platform relating to an RfQ.
Security
BearerAuth
GET
curl -i -X GET \
'https://api.luminovo.com/order-management/orders?rfq_id=string' \
-H 'Accept: application/api.luminovo.order-management-v1+json' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
- null
- types.order_management.orders.v1.OrderOverview
{ "data": null }