Skip to content

Get Order Details

Request

Get the details for an order placed on the Customer Collaboration Platform relating to an RfQ.

Security
BearerAuth
Query
rfq_idstringrequired

The RfQ ID to fetch order details for.

Headers
Acceptstring(OrderManagementAcceptHeader)required

Set this to application/api.luminovo.order-management-v1+json.

Value:"application/api.luminovo.order-management-v1+json"
GET
/order-management/orders
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>'

Responses

Order details.

Bodyapplication/json
datanull or types.order_management.orders.v1.OrderOverview (object)
One of:
null
Response
{ "data": null }