订单详情
POST
/ark/open_api/v3/common_controller
错误码 | 错误码描述 | |
---|---|---|
-2000101 | 包裹不存在或不属于此商家 | |
-2000500 | 系统调用异常 |
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://ark.xiaohongshu.com/ark/open_api/v3/common_controller' \
--header 'Content-Type: application/json;charset=utf-8' \
--data-raw '{
"orderId": "P194****4183"
}'
响应示例响应示例
{
"orderId": "P321***4012",
"orderType": 1,
"orderStatus": 1,
"orderAfterSalesStatus": 1,
"cancelStatus": 1,
"createdTime": 1612518379000,
"paidTime": 1612518379000,
"updateTime": 1612518379000,
"deliveryTime": 1612518379000,
"cancelTime": 1612518379000,
"finishTime": 1612518379000,
"promiseLastDeliveryTime": 1612518379000,
"planInfoId": "601a***fb49",
"planInfoName": "不包邮-默认模板",
"receiverCountryId": "null",
"receiverCountryName": "中国",
"receiverProvinceId": "null",
"receiverProvinceName": "江苏",
"receiverCityId": "null",
"receiverCityName": "苏州",
"receiverDistrictId": "null",
"receiverDistrictName": "相城区",
"customerRemark": "请尽快送达",
"sellerRemark": "请尽快送达",
"sellerRemarkFlag": 1,
"presaleDeliveryStartTime": 1612518379000,
"presaleDeliveryEndTime": 1612518379000,
"skuList": [
{
"skuId": "603c****0b0a",
"skuName": "商品1号",
"erpcode": "null",
"skuSpec": "null",
"skuImage": "null",
"skuQuantity": 1,
"skuDetailList": [
{
"skuId": "690***466",
"erpCode": "null",
"barcode": "690***466",
"scSkuCode": "620***301",
"quantity": 100,
"registerName": "商品1号",
"skuName": "商品1号",
"pricePerSku": 100,
"taxPerSku": 10,
"paidAmountPerSku": 100,
"depositAmountPerSku": 30,
"merchantDiscountPerSku": 10,
"redDiscountPerSku": 5,
"rawPricePerSku": 115
}
],
"totalPaidAmount": 115,
"totalMerchantDiscount": 10,
"totalRedDiscount": 5,
"totalTaxAmount": 10,
"totalNetWeight": 2000,
"skuTag": 1,
"isChannel": "",
"deliveryMode": 1
}
],
"originalOrderId": "null",
"totalNetWeightAmount": 2000,
"totalPayAmount": 10000,
"totalShippingFree": 1000,
"unpack": true,
"expressTrackingNo": "1021***1412",
"expressCompanyCode": "shunfeng",
"receiverName": "null",
"receiverPhone": "null",
"receiverAddress": "null",
"boundExtendInfo": {
"payNo": "null",
"payChannel": "null",
"productValue": "",
"payAmount": "",
"taxAmount": "",
"shippingFee": "",
"discountAmount": "",
"zoneCodes": [
"string"
]
},
"transferExtendInfo": {
"internationalExpressNo": "null",
"orderDeclaredAmount": "",
"paintMarker": "null",
"collectionPlace": "null",
"threeSegmentCode": "null"
},
"openAddressId": "null",
"simpleDeliveryOrderList": [
{
"deliveryOrderIndex": "",
"status": 1,
"expressTrackingNo": "null",
"expressCompanyCode": "shunfen",
"skuIdList": [
"string"
]
}
],
"logistics": "red_express",
"totalDepositAmount": 10000,
"totalMerchantDiscount": 1000,
"totalRedDiscount": 1000,
"merchantActualReceiveAmount": 1000,
"totalChangePriceAmount": 1000,
"paymentType": 1
}
请求参数
Header 参数
Content-Type
string
可选
默认值:
application/json;charset=utf-8
Body 参数application/json
返回响应
修改于 2023-08-01 05:59:00