Yms apiOrder controller
GET Get Order
GET Get Order
Introduction
Retrieve a single order by its order ID. Returns the complete order information including status, customer, carrier, equipment details, item lines, and all associated data.
API Request
GET /public/order/{orderId}
Request Parameters
Name | Location | Type | Required | Description |
|---|---|---|---|---|
orderId | path | string | Yes | Order ID |
X-Tenant-ID | header | string | No | none |
X-Yard-ID | header | string | No | none |
Item-Time-Zone | header | string | No | none |
Authorization | header | string | No | none |
Response Example
200 Response
Response
Status Code | Definition | Description | Data Model |
|---|---|---|---|
200 | OK | none | ROrderView |