描述
获取出库单数据,最多查询300个
路径
HTTP Verb | URL |
|---|---|
| POST | /api/supplier-service/v1/b2c/orderList |
请求头样例
POST /api/supplier-service/v1/b2c/orderList HTTP/1.1 Host: http://cfs-qa.etowertech.com/ Content-Type: application/json |
字段
| 字段名 | 数据类型 | 最大长度 | 必填性 | 描述 |
|---|---|---|---|---|
orderNoList | List | 300 | O | 订单号 |
referenceNoList | List | 300 | O | 订单参考号 |
请求样例
客户参考号样例:
未拆单订单:
{"referenceNoList":[ |
拆单订单:
{"referenceNoList":[ |
系统订单号样例:
未拆单订单:
{ |
拆单订单:
{"orderNoList":[ |
返回样例
| 字段名 | 数据类型 | 最大长度 | 必填性 | 描述 |
|---|---|---|---|---|
| referenceNoList | 请求参数 | 订单的客户参考号 | ||
orderNoList | 请求参数 | 订单的系统订单号 | ||
| 订单信息 | ||||
| shipperId | 发货人id | |||
| shipperName | 发货人名称 | |||
| shipperNameEn | 发货人英文名 | |||
dateCreated | - | 订单创建时间 | ||
| referenceNo | 客户参考号 | |||
orderNo | - | 系统订单号 | ||
| orderNoFba | - | FBA ID | ||
| referenceNoFba | - | FBA参考号 | ||
| shipperWarehouseCode | 发货仓库code | |||
| recipientWarehouseCode | 收件人地址代码 | |||
| isInsurance | 是否使用保险服务 | |||
| insuranceValue | - | 保险金额 | ||
| insuranceValueCurrency | 保险币种 | |||
outboundDate | - | 出库时间 | ||
submissionDate | 提交时间 | |||
| dateCancel | - | 取消时间 | ||
| cancelResult | - | 取消结果 | ||
| abnormalCauses | - | 异常原因 | ||
| serviceName | 服务名称 | |||
| serviceCode | 服务code | |||
| labelCount | 标签数量 | |||
| trunkCount | 卡车数量 | |||
| trayCount | 托盘数量 | |||
| pickingType | 拣货类型code | |||
| pickingTypeMsg | 拣货类型描述 | |||
| stockType | 库存类型code | |||
| stockTypeMsg | 库存类型描述 | |||
| trackingNo | 跟踪号多个分号拼接 | |||
| transportType | 运输类型 | |||
| transportTypeMsg | 运输类型描述 | |||
| outboundType | 出库类型 code | |||
| outboundTypeMsg | 出库类型描述 | |||
| status | 订单状态 0:已创建 1:已接收 2:下单异常 3:拦截中 4:已取消 5:已出库 6:已废弃 7:出库异常 | |||
| statusMsg | 状态描述 | |||
| remark | 备注 | |||
| packingDetails | List | 商品明细 | ||
| boxNo | 箱号 | |||
productCount | - | 商品实际出库数量 | ||
sku | - | 商品编码 | ||
skuNameEn | - | 商品英文名 | ||
skuNameLocal | - | 商品中文名 | ||
| feeTotals | List | 费用合计 | ||
feeTotals[i].totalAmount | Decimal | 合计金额 | ||
feeTotals[i].currency | String | 币种: eg: CNY, USD | ||
| feeDetails | List | 费用信息 | ||
| billNo | long | 账单编号 | ||
| costTypeName | String | 费用名称 | ||
| overseasWarehouseCode | String | 海外仓编码 | ||
| convertAmount | Decimal | 扣费金额 | ||
| convertCurrency | String | 扣费币种 | ||
| itemAmount | Decimal | 价卡金额 | ||
| currency | String | 价卡币种 | ||
| discount | Int | 折扣 | ||
| salesTaxRate | Int | HST/GST/PST税率 | ||
| salesTaxPaidAmount | Decimal | HST/GST/PST扣费金额 | ||
| accountDate | Date | 账单日期 | ||
| remark | String | 备注 | ||
| billingWeight | Decimal | 计费重量(单位:KG) | ||
| 通用返回信息 | ||||
code | - | 编码内容 | ||
errors | - | 报错 | ||
message | - | 返回信息 | ||
messageId | - | 信息编码 | ||
success | - | 成功响应 | ||
warnList | - | 废弃字段 |
未拆单成功样例:
{
"code": "0",
"data": [
{
"abnormalCauses": "",
"cancelDate": "",
"cancelResult": "",
"dateCreated": "2023-12-25 14:12:20",
"feeDetails": [
{
"accountDate": "2023-12-25 14:13:35",
"billNo": "1739167485845831681",
"billingWeight": 3.000,
"bocConversionPrice": 0.9028,
"convertAmount": 11.375,
"convertCurrency": "CAD",
"costTypeName": "LastMile Base Fee",
"currency": "AUD",
"discount": 90,
"itemAmount": 12.6000,
"orderNo": "C12283231225000010O",
"overseasWarehouseCode": "Australian Warehouse",
"remark": "",
"salesTaxPaidAmount": 0.00,
"salesTaxRate": "",
"shipperId": 12283,
"shipperName": "xiaozhang2"
},
{
"accountDate": "2023-12-25 14:13:35",
"billNo": "1739167485845831681",
"billingWeight": 3.000,
"bocConversionPrice": 0.9028,
"convertAmount": 9.931,
"convertCurrency": "CAD",
"costTypeName": "Remote Area Surcharge",
"currency": "AUD",
"discount": "",
"itemAmount": 11.000,
"orderNo": "C12283231225000010O",
"overseasWarehouseCode": "Australian Warehouse",
"remark": "",
"salesTaxPaidAmount": 0.00,
"salesTaxRate": "",
"shipperId": 12283,
"shipperName": "xiaozhang2"
},
{
"accountDate": "2023-12-25 14:13:35",
"billNo": "1739167485845831681",
"billingWeight": 3.000,
"bocConversionPrice": 0.9028,
"convertAmount": 3.196,
"convertCurrency": "CAD",
"costTypeName": "Fuel Surcharge",
"currency": "AUD",
"discount": "",
"itemAmount": 3.540,
"orderNo": "C12283231225000010O",
"overseasWarehouseCode": "Australian Warehouse",
"remark": "",
"salesTaxPaidAmount": 0.00,
"salesTaxRate": "",
"shipperId": 12283,
"shipperName": "xiaozhang2"
},
{
"accountDate": "2023-12-25 14:13:35",
"billNo": "1739167485845831681",
"billingWeight": 3.000,
"bocConversionPrice": 0.9028,
"convertAmount": 2.874,
"convertCurrency": "CAD",
"costTypeName": "Security Surcharge",
"currency": "AUD",
"discount": "",
"itemAmount": 3.183,
"orderNo": "C12283231225000010O",
"overseasWarehouseCode": "Australian Warehouse",
"remark": "",
"salesTaxPaidAmount": 0.00,
"salesTaxRate": "",
"shipperId": 12283,
"shipperName": "xiaozhang2"
},
{
"accountDate": "2023-12-25 14:13:35",
"billNo": "1739167485845831681",
"billingWeight": 3.000,
"bocConversionPrice": 0.9028,
"convertAmount": 2.874,
"convertCurrency": "CAD",
"costTypeName": "Other Surcharge",
"currency": "AUD",
"discount": "",
"itemAmount": 3.183,
"orderNo": "C12283231225000010O",
"overseasWarehouseCode": "Australian Warehouse",
"remark": "",
"salesTaxPaidAmount": 0.00,
"salesTaxRate": "",
"shipperId": 12283,
"shipperName": "xiaozhang2"
},
{
"accountDate": "2023-12-25 14:13:35",
"billNo": "1739167485845831681",
"billingWeight": 3.000,
"bocConversionPrice": 0.9028,
"convertAmount": 2.874,
"convertCurrency": "CAD",
"costTypeName": "Residential Surcharge",
"currency": "AUD",
"discount": "",
"itemAmount": 3.183,
"orderNo": "C12283231225000010O",
"overseasWarehouseCode": "Australian Warehouse",
"remark": "",
"salesTaxPaidAmount": 0.00,
"salesTaxRate": "",
"shipperId": 12283,
"shipperName": "xiaozhang2"
},
{
"accountDate": "2023-12-25 14:13:35",
"billNo": "1739167485845831681",
"billingWeight": 3.000,
"bocConversionPrice": 0.9028,
"convertAmount": 2.874,
"convertCurrency": "CAD",
"costTypeName": "Battery Surcharge",
"currency": "AUD",
"discount": "",
"itemAmount": 3.183,
"orderNo": "C12283231225000010O",
"overseasWarehouseCode": "Australian Warehouse",
"remark": "",
"salesTaxPaidAmount": 0.00,
"salesTaxRate": "",
"shipperId": 12283,
"shipperName": "xiaozhang2"
},
{
"accountDate": "2023-12-25 14:13:35",
"billNo": "1739167485845831681",
"billingWeight": 3.000,
"bocConversionPrice": 0.9028,
"convertAmount": 9.092,
"convertCurrency": "CAD",
"costTypeName": "VAT",
"currency": "AUD",
"discount": "",
"itemAmount": 10.071,
"orderNo": "C12283231225000010O",
"overseasWarehouseCode": "Australian Warehouse",
"remark": "",
"salesTaxPaidAmount": 0.00,
"salesTaxRate": "",
"shipperId": 12283,
"shipperName": "xiaozhang2"
},
{
"accountDate": "2023-12-25 14:13:35",
"billNo": "1739167485845831681",
"billingWeight": 3.000,
"bocConversionPrice": 0.9028,
"convertAmount": 45.609,
"convertCurrency": "CAD",
"costTypeName": "Duty",
"currency": "AUD",
"discount": "",
"itemAmount": 50.520,
"orderNo": "C12283231225000010O",
"overseasWarehouseCode": "Australian Warehouse",
"remark": "",
"salesTaxPaidAmount": 0.00,
"salesTaxRate": "",
"shipperId": 12283,
"shipperName": "xiaozhang2"
},
{
"accountDate": "2023-12-25 14:13:35",
"billNo": "1739167485845831681",
"billingWeight": 3.000,
"bocConversionPrice": 0.9028,
"convertAmount": 45.609,
"convertCurrency": "CAD",
"costTypeName": "Insurance Fee",
"currency": "AUD",
"discount": "",
"itemAmount": 50.520,
"orderNo": "C12283231225000010O",
"overseasWarehouseCode": "Australian Warehouse",
"remark": "",
"salesTaxPaidAmount": 0.00,
"salesTaxRate": "",
"shipperId": 12283,
"shipperName": "xiaozhang2"
},
{
"accountDate": "2023-12-25 14:13:03",
"billNo": "1739167351854596097",
"billingWeight": "",
"bocConversionPrice": 0.1870,
"convertAmount": 0.45,
"convertCurrency": "CAD",
"costTypeName": "Outbound Handling Fee",
"currency": "CNY",
"discount": 80,
"itemAmount": 2.40,
"orderNo": "C12283231225000010O",
"overseasWarehouseCode": "Australian Warehouse",
"remark": "",
"salesTaxPaidAmount": 0.00,
"salesTaxRate": "",
"shipperId": 12283,
"shipperName": "XZ12"
},
{
"accountDate": "2023-12-25 14:13:37",
"billNo": "1739167492074373121",
"billingWeight": "",
"bocConversionPrice": 0.9028,
"convertAmount": 2.24,
"convertCurrency": "CAD",
"costTypeName": "Picking Fee",
"currency": "AUD",
"discount": 80,
"itemAmount": 2.48,
"orderNo": "C12283231225000010O",
"overseasWarehouseCode": "Australian Warehouse",
"remark": "",
"salesTaxPaidAmount": 0.00,
"salesTaxRate": "",
"shipperId": 12283,
"shipperName": "xiaozhang2"
},
{
"accountDate": "2023-12-25 14:13:38",
"billNo": "1739167497459859457",
"billingWeight": "",
"bocConversionPrice": 0.9028,
"convertAmount": 1.70,
"convertCurrency": "CAD",
"costTypeName": "Order Handling Fee",
"currency": "AUD",
"discount": 80,
"itemAmount": 1.88,
"orderNo": "C12283231225000010O",
"overseasWarehouseCode": "Australian Warehouse",
"remark": "",
"salesTaxPaidAmount": 0.00,
"salesTaxRate": "",
"shipperId": 12283,
"shipperName": "xiaozhang2"
}
],
"keepShipService": false,
"orderNo": "C12283231225000010O",
"originOrderNo": "",
"originReferenceNo": "",
"outboundDate": "2023-12-25 14:13:31",
"packageActualBillingWeight": "",
"packageActualVolume": "",
"packageActualWeight": "",
"packageHeight": "",
"packageLength": "",
"packageWidth": "",
"packingDetails": [
{
"forecastProductCount": "2",
"productCount": "2",
"serialNumber": "",
"sku": "SKG",
"skuNameEn": "SKGqwertyuiopSKGqwertyuiopSKGqwertyuiopSKGqwertyuiopSKGqwertyuiopSKGqwertyuiopSKGqwertyuiopSKGqwertyuiopSKGqwertyuiopSKGqwertyuiopSKGqwertyuiopSKGqwertyuiop",
"skuNameLocal": "SKG颈部按摩器豆腐干大锅饭大锅饭的荒古东方棍和梵蒂冈梵蒂冈地方官负电荷负电荷风格和规范回复的发挥发挥规范化规范化风格化规范化广泛规范化风格化规范化规范化规范化规范化发"
}
],
"platformRefNo": "",
"platformSource": "eBay",
"referenceNo": "AU_1703484740",
"remark": "testremark1234567890",
"serviceName": "AU TEST",
"shipmentCarrier": "",
"shipmentService": "",
"shipperName": "xiaozhang2",
"shipperWarehouseCode": "Australian Warehouse",
"status": 5,
"statusMsg": "Outbound",
"submissionDate": "2023-12-25 14:12:57",
"totalForecastProductCount": "2",
"totalProductCount": "2",
"totalVolume": 0.250,
"totalVolumeUnit": "cbm",
"totalWeight": 3.000,
"totalWeightUnit": "KG",
"trackingNo": "1703484740",
"transactionAmount": 5.120,
"transactionCurrency": "usd"
}
],
"errors": "",
"message": "",
"messageId": "",
"success": true,
"warnList": ""
}
未拆单失败样例:
{
"code": "0",
"data": [],
"errors": "",
"message": "",
"messageId": "",
"success": true,
"warnList": ""
}
拆单成功样例:
{
"code": "0",
"data": [
{
"abnormalCauses": "",
"cancelDate": "",
"cancelResult": "",
"dateCreated": "2023-12-25 14:24:16",
"feeDetails": [
{
"accountDate": "2023-12-25 14:24:39",
"billNo": "1739170270289068033",
"billingWeight": 1.500,
"bocConversionPrice": 0.9028,
"convertAmount": 6.501,
"convertCurrency": "CAD",
"costTypeName": "LastMile Base Fee",
"currency": "AUD",
"discount": 90,
"itemAmount": 7.2000,
"orderNo": "C12283231225000013O",
"overseasWarehouseCode": "Australian Warehouse",
"remark": "",
"salesTaxPaidAmount": 0.00,
"salesTaxRate": "",
"shipperId": 12283,
"shipperName": "xiaozhang2"
},
{
"accountDate": "2023-12-25 14:24:39",
"billNo": "1739170270289068033",
"billingWeight": 1.500,
"bocConversionPrice": 0.9028,
"convertAmount": 5.869,
"convertCurrency": "CAD",
"costTypeName": "Remote Area Surcharge",
"currency": "AUD",
"discount": "",
"itemAmount": 6.500,
"orderNo": "C12283231225000013O",
"overseasWarehouseCode": "Australian Warehouse",
"remark": "",
"salesTaxPaidAmount": 0.00,
"salesTaxRate": "",
"shipperId": 12283,
"shipperName": "xiaozhang2"
},
{
"accountDate": "2023-12-25 14:24:39",
"billNo": "1739170270289068033",
"billingWeight": 1.500,
"bocConversionPrice": 0.9028,
"convertAmount": 1.855,
"convertCurrency": "CAD",
"costTypeName": "Fuel Surcharge",
"currency": "AUD",
"discount": "",
"itemAmount": 2.055,
"orderNo": "C12283231225000013O",
"overseasWarehouseCode": "Australian Warehouse",
"remark": "",
"salesTaxPaidAmount": 0.00,
"salesTaxRate": "",
"shipperId": 12283,
"shipperName": "xiaozhang2"
},
{
"accountDate": "2023-12-25 14:24:39",
"billNo": "1739170270289068033",
"billingWeight": 1.500,
"bocConversionPrice": 0.9028,
"convertAmount": 1.642,
"convertCurrency": "CAD",
"costTypeName": "Security Surcharge",
"currency": "AUD",
"discount": "",
"itemAmount": 1.819,
"orderNo": "C12283231225000013O",
"overseasWarehouseCode": "Australian Warehouse",
"remark": "",
"salesTaxPaidAmount": 0.00,
"salesTaxRate": "",
"shipperId": 12283,
"shipperName": "xiaozhang2"
},
{
"accountDate": "2023-12-25 14:24:39",
"billNo": "1739170270289068033",
"billingWeight": 1.500,
"bocConversionPrice": 0.9028,
"convertAmount": 1.642,
"convertCurrency": "CAD",
"costTypeName": "Other Surcharge",
"currency": "AUD",
"discount": "",
"itemAmount": 1.819,
"orderNo": "C12283231225000013O",
"overseasWarehouseCode": "Australian Warehouse",
"remark": "",
"salesTaxPaidAmount": 0.00,
"salesTaxRate": "",
"shipperId": 12283,
"shipperName": "xiaozhang2"
},
{
"accountDate": "2023-12-25 14:24:39",
"billNo": "1739170270289068033",
"billingWeight": 1.500,
"bocConversionPrice": 0.9028,
"convertAmount": 1.642,
"convertCurrency": "CAD",
"costTypeName": "Residential Surcharge",
"currency": "AUD",
"discount": "",
"itemAmount": 1.819,
"orderNo": "C12283231225000013O",
"overseasWarehouseCode": "Australian Warehouse",
"remark": "",
"salesTaxPaidAmount": 0.00,
"salesTaxRate": "",
"shipperId": 12283,
"shipperName": "xiaozhang2"
},
{
"accountDate": "2023-12-25 14:24:39",
"billNo": "1739170270289068033",
"billingWeight": 1.500,
"bocConversionPrice": 0.9028,
"convertAmount": 1.642,
"convertCurrency": "CAD",
"costTypeName": "Battery Surcharge",
"currency": "AUD",
"discount": "",
"itemAmount": 1.819,
"orderNo": "C12283231225000013O",
"overseasWarehouseCode": "Australian Warehouse",
"remark": "",
"salesTaxPaidAmount": 0.00,
"salesTaxRate": "",
"shipperId": 12283,
"shipperName": "xiaozhang2"
},
{
"accountDate": "2023-12-25 14:24:39",
"billNo": "1739170270289068033",
"billingWeight": 1.500,
"bocConversionPrice": 0.9028,
"convertAmount": 5.252,
"convertCurrency": "CAD",
"costTypeName": "VAT",
"currency": "AUD",
"discount": "",
"itemAmount": 5.817,
"orderNo": "C12283231225000013O",
"overseasWarehouseCode": "Australian Warehouse",
"remark": "",
"salesTaxPaidAmount": 0.00,
"salesTaxRate": "",
"shipperId": 12283,
"shipperName": "xiaozhang2"
},
{
"accountDate": "2023-12-25 14:24:39",
"billNo": "1739170270289068033",
"billingWeight": 1.500,
"bocConversionPrice": 0.9028,
"convertAmount": 22.807,
"convertCurrency": "CAD",
"costTypeName": "Duty",
"currency": "AUD",
"discount": "",
"itemAmount": 25.260,
"orderNo": "C12283231225000013O",
"overseasWarehouseCode": "Australian Warehouse",
"remark": "",
"salesTaxPaidAmount": 0.00,
"salesTaxRate": "",
"shipperId": 12283,
"shipperName": "xiaozhang2"
},
{
"accountDate": "2023-12-25 14:24:39",
"billNo": "1739170270289068033",
"billingWeight": 1.500,
"bocConversionPrice": 0.9028,
"convertAmount": 22.807,
"convertCurrency": "CAD",
"costTypeName": "Insurance Fee",
"currency": "AUD",
"discount": "",
"itemAmount": 25.260,
"orderNo": "C12283231225000013O",
"overseasWarehouseCode": "Australian Warehouse",
"remark": "",
"salesTaxPaidAmount": 0.00,
"salesTaxRate": "",
"shipperId": 12283,
"shipperName": "xiaozhang2"
},
{
"accountDate": "2023-12-25 14:24:25",
"billNo": "1739170211921133569",
"billingWeight": "",
"bocConversionPrice": 0.1870,
"convertAmount": 0.15,
"convertCurrency": "CAD",
"costTypeName": "Outbound Handling Fee",
"currency": "CNY",
"discount": 80,
"itemAmount": 0.80,
"orderNo": "C12283231225000013O",
"overseasWarehouseCode": "Australian Warehouse",
"remark": "",
"salesTaxPaidAmount": 0.00,
"salesTaxRate": "",
"shipperId": 12283,
"shipperName": "XZ12"
},
{
"accountDate": "2023-12-25 14:24:40",
"billNo": "1739170275808772097",
"billingWeight": "",
"bocConversionPrice": 0.9028,
"convertAmount": 1.12,
"convertCurrency": "CAD",
"costTypeName": "Picking Fee",
"currency": "AUD",
"discount": 80,
"itemAmount": 1.24,
"orderNo": "C12283231225000013O",
"overseasWarehouseCode": "Australian Warehouse",
"remark": "",
"salesTaxPaidAmount": 0.00,
"salesTaxRate": "",
"shipperId": 12283,
"shipperName": "xiaozhang2"
},
{
"accountDate": "2023-12-25 14:24:42",
"billNo": "1739170281139732481",
"billingWeight": "",
"bocConversionPrice": 0.9028,
"convertAmount": 1.70,
"convertCurrency": "CAD",
"costTypeName": "Order Handling Fee",
"currency": "AUD",
"discount": 80,
"itemAmount": 1.88,
"orderNo": "C12283231225000013O",
"overseasWarehouseCode": "Australian Warehouse",
"remark": "",
"salesTaxPaidAmount": 0.00,
"salesTaxRate": "",
"shipperId": 12283,
"shipperName": "xiaozhang2"
}
],
"keepShipService": false,
"orderNo": "C12283231225000013O",
"originOrderNo": "C12283231225000011O",
"originReferenceNo": "AU_1703485441",
"outboundDate": "2023-12-25 14:24:36",
"packageActualBillingWeight": "",
"packageActualVolume": "",
"packageActualWeight": "",
"packageHeight": "",
"packageLength": "",
"packageWidth": "",
"packingDetails": [
{
"forecastProductCount": "1",
"productCount": "1",
"serialNumber": "",
"sku": "SKG",
"skuNameEn": "SKGqwertyuiopSKGqwertyuiopSKGqwertyuiopSKGqwertyuiopSKGqwertyuiopSKGqwertyuiopSKGqwertyuiopSKGqwertyuiopSKGqwertyuiopSKGqwertyuiopSKGqwertyuiopSKGqwertyuiop",
"skuNameLocal": "SKG颈部按摩器豆腐干大锅饭大锅饭的荒古东方棍和梵蒂冈梵蒂冈地方官负电荷负电荷风格和规范回复的发挥发挥规范化规范化风格化规范化广泛规范化风格化规范化规范化规范化规范化发"
}
],
"platformRefNo": "",
"platformSource": "eBay",
"referenceNo": "AU_1703485441-2",
"remark": "testremark1234567890",
"serviceName": "AU TEST",
"shipmentCarrier": "",
"shipmentService": "",
"shipperName": "xiaozhang2",
"shipperWarehouseCode": "Australian Warehouse",
"status": 5,
"statusMsg": "Outbound",
"submissionDate": "2023-12-25 14:24:22",
"totalForecastProductCount": "1",
"totalProductCount": "1",
"totalVolume": 0.125,
"totalVolumeUnit": "cbm",
"totalWeight": 1.500,
"totalWeightUnit": "KG",
"trackingNo": "1703485441",
"transactionAmount": 5.120,
"transactionCurrency": "usd"
}
],
"errors": "",
"message": "",
"messageId": "",
"success": true,
"warnList": ""
}
拆单失败样例:
{
"code": "0",
"data": [],
"errors": "",
"message": "",
"messageId": "",
"success": true,
"warnList": ""
}