GetOrder
Updated at:
Queries the details of an order.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
linkedmall:GetOrder |
get |
*All Resource
|
None | None |
Request syntax
GET /opensaas-s2b/opensaas-s2b-biz-trade/v2/orders/{orderId} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| orderId |
string |
Yes |
The ID of the order. |
669607056****8593 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
| OrderResult |
The details of the order. |
{
"createDate": "2023-09-09 10:57:23",
"distributorId": "6599775553****9296",
"logisticsStatus": "1",
"orderId": "6696070566****8593",
"orderAmount": "1",
"orderStatus": "2",
"orderLineList": [
{
"productPic": "//img.alicdn.com/imgextra/i4/2216003305543/O1CN01bip3Un1qokG0DYLWA_!!2216003305543.jpg",
"productPrice": [
{
"fundAmountMoney": "1" // The amount payable for the order
}
],
"productTitle": "Children's study desk",
"productId": "6600622091****6736",
"number": "1",
"orderLineStatus": "2",
"logisticsStatus": "1",
"skuId": "6600622091****6737",
"skuTitle": "Light gray",
"orderLineId": "6696070566****8594",
"orderId": "6696070566****8593"
}
]
}
Examples
Success response
JSON format
{
"orderAmount": 100,
"orderLineList": [
{
"productTitle": "儿童学习桌",
"number": "1",
"skuTitle": "浅绿色",
"productId": "6600****6736",
"orderId": "6692****5457",
"productPic": "//img.alicdn.com/imgextra/i4/2216003305543/O1CN01bip3Un1qokG0",
"orderLineId": "6692****5458",
"logisticsStatus": "1",
"payFee": 100,
"skuId": "6600****6737",
"orderLineStatus": "1",
"eticketInfos": [
{
"code": "",
"qrcodeUrl": "",
"codeStatus": 0,
"startTime": "",
"endTime": "",
"usedNum": 0,
"useTime": "",
"lockNum": 0,
"availableNum": 0
}
]
}
],
"orderId": "6692****5457",
"distributorId": "12****01",
"orderStatus": "1",
"logisticsStatus": "1",
"createDate": "2023-09-11T12:22:24.000+08:00",
"requestId": "841471F6-5D61-1331-8C38-2****B55",
"orderClosedReason": "系统关单"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.
Is this page helpful?