转至元数据结尾
转至元数据起始

描述

wms代发出库单打包称重

路径

Http verbURL
POST

/api/supplier-service/v1/jofo/orderPack

请求头样例

POST  /api/supplier-service/v1/jofo/orderPack HTTP/1.1
Host: http://cfs-qa.etowertech.com/
Content-Type: application/json
Accept: application/json
appId:etotest8xkIIphLnbkjRACNj4P
timestamp:1752496704166

signature:CC211FB0FFC6A1CD5ED373D0CFA2FF5D

字段

字段名称类型备注
orderNo
String订单号
packagingListList包材信息,无需包材信息,传空即可
parcelHeightDecimal包材高
parcelLengthDecimal包材长
parcelWeightDecimal包材重量
parcelWidthDecimal包材宽度

请求样例

{
    "orderNo": "OBETO-WMS2507080007",
    "packagingList": [
        {
            "packagingCode": "",
            "qty": "",
            "uuid": 0,
            "packagingId": ""
        }
    ],
    "parcelHeight": "",
    "parcelLength": "",
    "parcelWeight": "",
    "parcelWidth": ""
}




返回样例

{
    "code":"0",
    "data":{
    },
    "errors":"",
    "message":"",
    "messageId":"",
    "success":true,
    "warnList":""
}




  • 无标签