返回发货API

方法名称:get_ship_order_detail

请求地址:https://open.patpat.com/api/get_ship_order_detail

支持请求方式: GET POST


系统级输入参数:

名称类型是否必须描述
_timestampstring请求时间戳
_signatureString请求签名
access_tokenString用户授权令牌

应用级输入参数:

名称 类型 是否必须 描述 示例值
ship_order_id String 发货单ID 2004581

接口返回结果:

字段 参考值 类型 描述
status 200 Integer 返回状态码
msg success String 接口返回信息
content 接口返回内容

数据返回示例:

{
    "status": 200,
    "msg": "success",
    "content": {
        "ship_order_id": 2004643,
        "need_ship_total": 2,
        "status": "confirmed",//confirmed:已确认 shipped:已发货 partlyinhoused:部分到货 acceptance:已到货 checked:找货完成 closed: 已完成 pre_closed:异常到货
        "created_at": "2017-09-29 08:32:43",
        "updated_at": "2017-09-29 08:32:43",
        "items": [
            {
                "sku_code": 1700047605,
                "supplier_sku_code": "AR17100104130",
                "need_ship_number": 1,
                "attributes": "颜色:绿色,童装尺码:130CM",
                "product_name": "澳尔特莱 女童刺绣旗袍裙",
                "price": "69.00",
                "sku_qr_code": "P-2-378730",
                "sku_info": "SKU ID:378730"
            },
            {
                "sku_code": 1700058904,
                "supplier_sku_code": "AR17103713130",
                "need_ship_number": 1,
                "attributes": "颜色:浅粉,童装尺码:110CM",
                "product_name": "澳尔特莱 女童连衣裙 儿童衫裙套装 针织两件套",
                "price": "69.00",
                "sku_qr_code": "P-2-378731",
                "sku_info": "SKU ID:378731"
            }
        ],
        "warehouse_address": {
            "tel": "18681587387",
            "consignee": "曾颖 PatPat",
            "address": "广东省深圳市宝安区沙井街道岗头路45号中亚硅谷海岸A区B馆二楼"
        }
    }
}


©2015 Interfocus Inc. All Rights Reserved