用于获取B2B出库单信息的列表
{
"orderNo": "string",
"referenceNo": "string",
"inventoryType": "1",
"status": "1",
"orderNos": [
"string"
],
"referenceNos": [
"string"
],
"commonParam": {
"pageParam": {
"pageNum": 0,
"pageSize": 0
}
}
}curl --location --request POST '/open/outbound-order-data/b2b/list' \
--header 'Authorization: {{api_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderNo": "string",
"referenceNo": "string",
"inventoryType": "1",
"status": "1",
"orderNos": [
"string"
],
"referenceNos": [
"string"
],
"commonParam": {
"pageParam": {
"pageNum": 0,
"pageSize": 0
}
}
}'{
"code": "20000",
"success": true,
"data": {
"pageNum": "1",
"pageSize": "3",
"totalCount": "1",
"totalPage": "1",
"list": [
{
"orderType": 2,
"orderNo": "orderNo",
"referenceNo": "velit aliqua11",
"trackingNo": "anim cillum",
"pickType": 1,
"companyName": "山国平",
"contactName": "TEST",
"contactMobile": "1234567890",
"contactCellMobile": "18960572015",
"contactEmail": "",
"province": "TX",
"city": "Antonio",
"district": "",
"doorplate": "qui",
"address": "20240 S Jett Rd, San",
"postcode": "78264",
"isSign": -1,
"signType": 1,
"isInsure": -1,
"insurePrice": 370.89,
"primeType": -1,
"inventoryType": 1,
"totalProduct": 1,
"totalWeight": 1.000,
"publishTime": "2026-01-16 13:44:02",
"outboundTime": "2026-05-07 15:15:26",
"status": -1,
"errorReason": "",
"openB2b": {
"receiveWarehouseCode": "811",
"otherReceiveAddressRemark": "commodo ex elit officia",
"expectedShipDate": "2026-05-08",
"shipmentNo": "mollit commodo",
"shipmentReferenceNo": "fugiat commodo adipisicing consectetur",
"batchBolNo": "consectetur",
"isChangePackage": 1,
"changeBarcodeType": -1,
"isCoverBarcode": -1,
"changeShippingMarkType": -1,
"isCoverShippingMark": -1,
"isPallet": 1,
"isDoublePallet": -1,
"isMixedPallet": -1,
"pasteCartonMarkType": 3,
"limitPlateNum": 34,
"limitPlateHeight": 84.000,
"limitPlateWeight": 3.000,
"feedbackInfo": 1,
"isPalletScheme": 1
},
"openItems": [
{
"productSku": "SKU112",
"declareName": "1",
"declareNameEn": "1",
"declareValue": "100",
"qty": 1,
"weight": 1.000,
"boxNo": "in aliquip",
"platformSku": "quis consectetur nostrud",
"pasteQty": 0
}
],
"openAttachments": [
{
"attachmentType": "物流运单",
"fileType": "png",
"fileName": "3274be52a51e41478f7f00886ac8307c_3274be52a51e41478f7f00886ac8307c.png",
"base64": "base64"
}
]
}
]
},
"message": "请求成功",
"errors": [],
"timestamp": "1760499294963",
"duration": 0.095,
"requestId": "0c7015cecdbe4f8baa9982984eb8a5ed"
}