wms外部对接
  1. 出库单
wms外部对接
  • 对接配置
  • 商品档案
    • 分页查询商品列表
      POST
    • 批量新增或修改商品信息
      POST
    • 根据sku查询商品详情
      POST
  • 运输产品查询
    • 查询运输产品编码
      POST
  • 入库单
    • 创建入库单
      POST
    • 修改入库单
      POST
    • 取消入库单
      POST
    • 查询入库单状态
      POST
  • 仓库查询
    • 查询仓库信息
      POST
  • 出库单
    • 创建出库单
      POST
    • 修改出库单
      POST
    • 取消出库单
      POST
    • 查询渠道转单号和标签
      POST
    • 查询出库单详情
      POST
    • 查询订单是否到达
      POST
    • 更新订单面单及转单号
      POST
  • 库存查询
    • 查询单个商品库存
      POST
    • 批量查询商品库存
      POST
    • 批量查询商品库存(分页)
      POST
  1. 出库单

查询出库单详情

POST
/edi/orderOutStore/queryDetail
最后修改时间:2025-06-05 09:55:47
查询出库单详情

请求参数

Header 参数
appId
string 
申耐特提供
必需
timestamp
string 
当前系统时间戳
必需
nonce
string 
必需
随机字符串,建议使用UUID,保证随机
sign
string 
必需
sign = MD5_32(body字符串+ secretKey) ,secretKey由申耐特提供
Body 参数application/json
dockCustomerId
string 
对接客户id
必需
erpNo
string 
上游出库单号
必需
示例
{
    "dockCustomerId": "string",
    "erpNo": "string"
}

返回响应

🟢200成功
application/json
Body
success
boolean 
可选
code
string 
可选
message
string 
可选
data
object (OutDockOrderOutStoreDTO) 
可选
orderNo
string 
订单号
可选
orderStatus
integer 
订单状态
可选
orderType
integer 
订单类型
可选
preSendDate
string 
预计发货时间
可选
actSendDate
string 
实际发货时间
可选
cusId
string 
客户id
可选
cusName
string 
客户简称
可选
whId
string 
仓库id
可选
whCode
string 
仓库编码
可选
whName
string 
仓库名称
可选
erpId
string 
ERP id
可选
erpNo
string 
ERP单号(唯一)
可选
poNo
string 
PO单号
可选
batteryType
integer 
电池类型
可选
asnNo
string 
ASN单号
可选
orderUnitType
integer 
单位类型
可选
consigneeName
string 
收货人名称
可选
consigneeCompanyname
string 
收货公司
可选
consigneeCountry
string 
收件国家
可选
consigneeCountryCode
string 
收件国家二字代码
可选
consigneeState
string 
收件州/省
可选
consigneeCity
string 
收件城市
可选
consigneePostcode
string 
收件邮编
可选
consigneeAddress
string 
收件地址
可选
consigneeStreetno
string 
收件街道号
可选
consigneeDoorno
string 
收件门牌号
可选
consigneeSuburb
string 
收件人区
可选
consigneePassportno
string 
收件人护照号
可选
consigneeMobile
string 
收件人手机号
可选
consigneeTelephone
string 
收件人电话
可选
consigneeEmail
string 
收件人邮箱
可选
consigneeTaxno
string 
收件人税号
可选
consigneeTaxnotype
string 
收件人税号类型
可选
consigneeStoreCode
string 
收件人店铺代码
可选
consigneeStoreName
string 
收件人店铺名称
可选
consigneePassportSequence
string 
收件人护照序列
可选
consigneePassportDate
string 
收件人护照签发日期
可选
consigneePassportAuthority
string 
收件人护照签发机构
可选
consigneeBirthday
string 
收件人生日
可选
consigneeTaxnocountryId
string 
收件人税号国家id
可选
consigneeTaxnocountry
string 
收件人税号国家
可选
productId
string 
运输产品Id
可选
productName
string 
运输产品名称
可选
isSend
integer 
是否发货
可选
sendDate
string 
发货时间
可选
orderPiece
integer 
出库单件数
可选
orderPreWeight
number 
出库单预计重量
可选
orderWeight
number 
出库单重量
可选
orderLength
number 
出库单长
可选
orderWidth
number 
出库单宽
可选
orderHeight
number 
出库单高
可选
orderVolume
number 
出库单体积
可选
orderVolumeWeight
number 
出库单体积重量
可选
billTrafic
number 
计费运量
可选
isPick
integer 
是否拣货
可选
pickTaskNo
string 
拣货任务单号
可选
pickingDateStart
string 
拣货开始时间
可选
pickingDateFinish
string 
拣货完成时间
可选
carrierName
string 
承运商名称
可选
carrierChannelName
string 
承运商渠道名称
可选
isCod
integer 
是否代收
可选
codCurrency
string 
cod币种
可选
totalCodAmount
number 
cod总金额
可选
goodsTypeQuantity
integer 
商品种类数量
可选
goodsQuantity
integer 
商品数量
可选
goodsWeight
number 
商品重量
可选
invoiceAmount
number 
申报总金额
可选
invoiceCurrency
string 
申报币种
可选
insuranceAmount
number 
保险金额
可选
insuranceCurrency
string 
保险币种
可选
isSign
integer 
签收状态
可选
signTime
string 
签收时间
可选
signerName
string 
签收人
可选
carrierBustNo
string 
转单号
可选
carrierLabelUrl
string 
下游标签url
可选
carrierLabelPdfUrl
string 
可选
下游PDF标签url
waitPickQuantity
integer 
待拣货数量
可选
hadPickQuantity
integer 
已拣货数量
可选
goodsList
array[object (OutDockOrderOutStoreDetailDTO) {5}] 
商品明细
可选
示例
{
  "success": false,
  "code": "",
  "message": "",
  "data": {
    "orderNo": "",
    "orderStatus": 0,
    "orderType": 0,
    "preSendDate": "",
    "actSendDate": "",
    "cusId": "",
    "cusName": "",
    "whId": "",
    "whCode": "",
    "whName": "",
    "erpId": "",
    "erpNo": "",
    "poNo": "",
    "batteryType": 0,
    "asnNo": "",
    "orderUnitType": 0,
    "consigneeName": "",
    "consigneeCompanyname": "",
    "consigneeCountry": "",
    "consigneeCountryCode": "",
    "consigneeState": "",
    "consigneeCity": "",
    "consigneePostcode": "",
    "consigneeAddress": "",
    "consigneeStreetno": "",
    "consigneeDoorno": "",
    "consigneeSuburb": "",
    "consigneePassportno": "",
    "consigneeMobile": "",
    "consigneeTelephone": "",
    "consigneeEmail": "",
    "consigneeTaxno": "",
    "consigneeTaxnotype": "",
    "consigneeStoreCode": "",
    "consigneeStoreName": "",
    "consigneePassportSequence": "",
    "consigneePassportDate": "",
    "consigneePassportAuthority": "",
    "consigneeBirthday": "",
    "consigneeTaxnocountryId": "",
    "consigneeTaxnocountry": "",
    "productId": "",
    "productName": "",
    "isSend": 0,
    "sendDate": "",
    "orderPiece": 0,
    "orderPreWeight": 0.0,
    "orderWeight": 0.0,
    "orderLength": 0.0,
    "orderWidth": 0.0,
    "orderHeight": 0.0,
    "orderVolume": 0.0,
    "orderVolumeWeight": 0.0,
    "billTrafic": 0.0,
    "isPick": 0,
    "pickTaskNo": "",
    "pickingDateStart": "",
    "pickingDateFinish": "",
    "carrierName": "",
    "carrierChannelName": "",
    "isCod": 0,
    "codCurrency": "",
    "totalCodAmount": 0.0,
    "goodsTypeQuantity": 0,
    "goodsQuantity": 0,
    "goodsWeight": 0.0,
    "invoiceAmount": 0.0,
    "invoiceCurrency": "",
    "insuranceAmount": 0.0,
    "insuranceCurrency": "",
    "isSign": 0,
    "signTime": "",
    "signerName": "",
    "carrierBustNo": "",
    "carrierLabelUrl": "",
    "carrierLabelPdfUrl": "",
    "waitPickQuantity": 0,
    "hadPickQuantity": 0,
    "goodsList": [
      {
        "skuNo": "",
        "quantity": 0,
        "invoicePrice": 0.0,
        "invoiceCurrency": "",
        "hsCode": ""
      }
    ]
  }
}
修改于 2025-06-05 09:55:47
上一页
查询渠道转单号和标签
下一页
查询订单是否到达
Built with