获取发货单列表接口
方法名称:get_ship_order_list
请求地址:https://open.patpat.com/api/get_ship_order_list
支持请求方式: GET POST
系统级输入参数:
名称 | 类型 | 是否必须 | 描述 |
_timestamp | string | 否 | 请求时间戳 |
_signature | String | 是 | 请求签名 |
access_token | String | 是 | 用户授权令牌 |
应用级输入参数:
名称 | 类型 | 是否必须 | 描述 | 示例值 |
page | Integer | 否 | 当前页码 | 1 |
page_size | Integer | 否 | 每页个数,最大100,默认20 | 50 |
接口返回结果:
字段 | 参考值 | 类型 | 描述 |
status | 200 | Integer | 返回状态码 |
msg | success | String | 接口返回信息 |
content | 接口返回内容 |
数据返回示例:
{ "status": 200, "msg": "success", "content": { "current_page": 1, "total_page": 1, "order_count": 20, "ship_orders": [ { "ship_order_id": 2004581, "need_ship_total": 3, "status": "confirmed", "created_at": "2017-09-29 05:56:08", "updated_at": "2017-09-30 00:48:15", "items": [ { "sku_code": 1700108403, "supplier_sku_code": "AR17301201110", "need_ship_number": 2, "return_number": 0, "attributes": "颜色:酒红色,童装尺码:110CM", "product_name": "秋季新款女童蝴蝶结丝绒连衣裙", "price": "39.00", "sku_qr_code": "P-2-378730", "sku_info": "SKU ID:378730" }, { "sku_code": 1700108404, "supplier_sku_code": "AR17301201120", "need_ship_number": 1, "return_number": 0, "attributes": "颜色:酒红色,童装尺码:120CM", "product_name": "秋季新款女童蝴蝶结丝绒连衣裙", "price": "39.00", "sku_qr_code": "P-2-378731", "sku_info": "SKU ID:378731" }, ], "warehouse_address": { "tel": "18681587387", "consignee": "曾颖 PatPat", "address": "广东省深圳市宝安区沙井街道岗头路45号中亚硅谷海岸A区B馆二楼" } }, { "ship_order_id": 2004642, "need_ship_total": 1, "status": "confirmed", "created_at": "2017-09-29 08:27:58", "updated_at": "2017-09-29 16:55:24", "items": [ { "sku_code": 1700108401, "supplier_sku_code": "AR17301201090", "need_ship_number": 1, "return_number": 1, "attributes": "颜色:酒红色,童装尺码:90CM", "product_name": "澳尔特莱 秋季新款女童蝴蝶结丝绒连衣裙", "price": "39.00", "sku_qr_code": "P-2-378732", "sku_info": "SKU ID:378732" } ], "warehouse_address": { "tel": "18681587387", "consignee": "曾颖 PatPat", "address": "广东省深圳市宝安区沙井街道岗头路45号中亚硅谷海岸A区B馆二楼" } }, { "ship_order_id": 2004643, "need_ship_total": 2, "status": "confirmed", "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, "return_number": 0, "attributes": "颜色:绿色,童装尺码:130CM", "product_name": "澳尔特莱 女童刺绣旗袍裙", "price": "69.00", "sku_qr_code": "P-2-378733", "sku_info": "SKU ID:378733" }, { "sku_code": 1700058904, "supplier_sku_code": "AR17103713130", "need_ship_number": 1, "return_number": 0, "attributes": "颜色:浅粉,童装尺码:110CM", "product_name": "澳尔特莱 女童连衣裙 儿童衫裙套装 针织两件套", "price": "69.00", "sku_qr_code": "P-2-378734", "sku_info": "SKU ID:378734" } ], "warehouse_address": { "tel": "18681587387", "consignee": "曾颖 PatPat", "address": "广东省深圳市宝安区沙井街道岗头路45号中亚硅谷海岸A区B馆二楼" } } ] } }