W8海外仓系统|API文档
    W8海外仓系统|API文档
    • W8WMS API 简介
    • 01 公共接口
      • 获取机场
      • 获取自提类型
      • 获取仓库
      • 获取渠道
      • 获取可选服务
    • 02 一件代发
      • 创建产品
      • 查询产品
      • 创建入库单
      • 查询入库单
      • 创建出库单
      • 查询出库单
      • 查询库存
      • 打印箱唛
      • 退回出库单
      • 退回入库单
      • 获取价格
      • 查询费用明细
      • 创建退货单
      • 查询退货单
    • 03 中转
      • 清提拆派下单
      • 删除中转订单
      • 删除出库单
      • 查询中转订单
      • 查询出库单
      • 创建出库预约单
      • 大货头程下单
    • 04打单
      • 创建订单
      • 试算费用
      • 查询发货信息
      • 获取订单详情
    • 数据模型
      • sku返回值
      • 中转订单
      • 中转订单 Copy
      • CommonResult«?»
      • OutboundBatch
      • PushParam
      • SDChannel
      • Sku
      • Stock
      • SDHouse
      • SkuItem
      • SDCreditLine
      • InboundOrderItem
      • SDClient
      • InboundOrderServices
      • ShipmentsAccount
      • InboundOrderBox
      • OutboundOrder
      • InboundOrder
      • OutboundOrderVolume
      • InboundOrderShelfVO
      • OrderItem
      • OutboundOrderQuery
      • WPage«OutboundOrder»
      • 一件代发出库 下单对象
      • 产品sku
      • 一件代发 查询返回对象
      • 查询条件

    OutboundOrderResqp(一件代发 查询返回对象)

    {
        "accountSubmitDate": "string",
        "actualPickingBy": "string",
        "actualPickingDate": "string",
        "arrangePickingBy": "string",
        "arrangePickingDate": "string",
        "ccy": "string",
        "channelId": 0,
        "channelName": "string",
        "clientId": 0,
        "clientName": "string",
        "codType": 0,
        "createBy": "string",
        "createDate": "string",
        "customerNumber": "string",
        "dispatchBy": "string",
        "dispatchDate": "string",
        "dispatchRemark": "string",
        "errorMsg": "string",
        "forecastBy": "string",
        "forecastDate": "string",
        "fulFillMentType": 0,
        "houseId": 0,
        "houseName": "string",
        "labelPath": "string",
        "logisticType": 0,
        "omsOrderId": "string",
        "omsOrderRecord": "string",
        "omsShippingServiceId": "string",
        "onlineBy": "string",
        "onlineDate": "string",
        "orderNo": "string",
        "orderSource": 0,
        "outRemark": "string",
        "outboundBatchId": 0,
        "outboundBatchNo": "string",
        "outboundBy": "string",
        "outboundChannelId": 0,
        "outboundChannelName": "string",
        "outboundDate": "string",
        "outboundOrderId": 0,
        "outboundPickingId": 0,
        "packageType": "string",
        "packageTypeName": "string",
        "packagingId": 0,
        "packagingName": "string",
        "platLogisticCode": "string",
        "reAdd1": "string",
        "reAdd2": "string",
        "reAdd3": "string",
        "reCity": "string",
        "reCompany": "string",
        "reCountry": "string",
        "reHouseNo": "string",
        "reMail": "string",
        "reName": "string",
        "rePhone": "string",
        "reProvince": "string",
        "reTel": "string",
        "reZipCode": "string",
        "receivedBy": "string",
        "receivedDate": "string",
        "remark": "string",
        "shipmentsAccountCode": "string",
        "shopType": "string",
        "signPath": "string",
        "skuMaterialWeight": 0,
        "skuTotalNum": 0,
        "skuTypeCount": 0,
        "skuWeight": 0,
        "status": 0,
        "storeId": 0,
        "storeName": "string",
        "totalFee": 0,
        "totalQty": 0,
        "totalWeight": 0,
        "trackUrl": "string",
        "updateBy": "string",
        "updateDate": "string",
        "venderId": 0,
        "venderName": "string",
        "venderOrderBillNo": "string",
        "venderOrderNo": "string",
        "waybillNo": "string",
        "items": [
            {
                "skuId": "string",
                "sku": "string",
                "sysSku": "string",
                "num": "string",
                "remark": "string",
                "omsSku": "string",
                "cnName": "string"
            }
        ],
        "volumeItems": [
            {
                "length": 0,
                "wide": 0,
                "high": 0,
                "weight": 0,
                "qty": 0,
                "calculateUnit": "string"
            }
        ],
        "outboundOrderServices": [
            {
                "serviceId": "string"
            }
        ]
    }
    Built with