版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

Field

Data Type

Length

Mandatory

Description

orderNoList
String[]请求参数:订单号

Request field:Order No list
referenceNoList
String[]请求参数:客户参考号

Request field:Reference No list

boxNumber

Int

总箱数Total box qty

dateCreated

DateTime

订单创建时间Created time of order

deliveredDate

DateTime

到仓时间Delivered time of order

orderNo

String

系统订单号Order No

packingDetails

Object[]

装箱明细Packing info of order

forecastAmount

Int

预报数量Forecast product amount

putAwayQty

Int

上架数量Put-away product amount

putAwayTime

DateTime

上架时间Put-away time

sku

String

商品编码SKU code

skuNameEn

String

商品英文名Product name in English

skuNameLocal

String

商品中文名Product name in Chinese

referenceNo

String

客户订单号Reference No

shipperName

String

发货人名称Shipper name

shippingPlanNo

String

ASN参考号ASN reference No

status

Int

订单状态Order status

statusMsg

String

订单状态Order status detail

totalVolumeDeclared

BIgDecimal

总体积Declare volume of order

totalVolumeUnit

String

体积单位Volume unit


Request Sample

代码块
{
    "orderNoList": [
        "E1228322111400002301O"
    ]
}

...