API文档中心
开发文档
API文档
店铺服务
订单管理
转单售后
消息服务
字典服务
接口说明
用于获取转单详情信息
公共参数
请求地址(仅支持HTTP POST请求方式)
环境 | 请求地址 |
---|---|
正式环境 | //api.zhuandan.com/v1/Orders/{no}/detail |
系统参数说明:
参数名 | 参数类型 | 参数描述 | 示例值 |
---|---|---|---|
app_key | String(32) | 应用的app key | adc7a8960911564e89ce69fd92546aaa |
access_token | String(32) | 获取到的应用授权 | adc7a8960911564e89ce69fd92546aaa |
timestamp | String(10) | 当前请求时间戳 | 1401935833(允许时差±5分钟,单位秒) |
sig | String(32) | 接口请求签名 | adc7a8960911564e89ce69fd92546aaa |
API接口参数说明
参数 | 类型 | 必选? | 示例 | 描述 |
---|---|---|---|---|
{no} | string | 必须 | 2023082912323223233 | 转单单号 |
响应结构体
{
"code": 200,
"result": {
"order_id": 7344539,
"order_sn": "20230614734453973",
"out_order_sn": "",
"source_sid": 10086,
"source_shop_id": 10086,
"receive_sid": 70945,
"receive_shop_id": 612295,
"order_type": 2,
"product_type": 1,
"create_time": 1686730289,
"update_time": null,
"pay_time": 1686730289,
"confirm_time": 1686730461,
"confirm_delivery_time": 1686730474,
"sign_time": 1686730500,
"grab_deadline": 1686732180,
"order_status": 7,
"repeal_type": 0,
"repeal_user": "",
"repeal_reason": "",
"repeal_time": 0,
"buyer_name": "",
"buyer_mobile": "",
"buyer_phone": "",
"consignee": "朱林欣",
"mobile": "155*****000",
"phone": "",
"province": "710000",
"city": "710100",
"county": "710106",
"areainfo": "台湾|台北市|万华区",
"address": "蝴蝶兰旅社",
"delivery_geo": "121.501136,25.035316",
"order_amount": 0.02,
"delivery_type": 2,
"delivery_date": "2023-06-14",
"delivery_time": "16:13 - 17:13",
"delivery_time_id": 15,
"final_delivery_time": "2023-06-14 17:13:00",
"send_time": 1686730380,
"latest_send_time": 1686733980,
"card_con": "",
"order_remarks": "",
"is_comment": "Y",
"logistics_type": 1,
"logistics_id": 5,
"logistics_order_id": 6908975,
"logistics_order_no": "L1686730474JVFS",
"logistics_name": "商家自送",
"multiple_delivery": 0,
"if_physical_photos_audit": 0,
"distance": "",
"transfer_after_sale_info": null,
"unpaid_auto_cancel_overtime": 0,
"order_product": [
{
"item_sku_id": "2022120249975250",
"item_outer_sku_id": "",
"item_total": 1,
"item_name": "",
"item_remarks": "洛神玫瑰6枝、白色雪山玫瑰5枝、白色松果3个、粉色紫罗兰4枝、大叶尤加利叶10枝、白色洋桔梗3枝, ...",
"item_img": [
"https://img.zhuandan.com//accessory/order/11405/2022/12/638999af62c13.jpg"
]
}
],
"label": {
"multiple_items": 0,
"has_crad": 0,
"has_remark": 0,
"after_sale_order": 0
},
"order_after_sale_id": 0,
"order_logistics": {
"logistics_type": 1,
"logistics_id": 5,
"logistics_name": "商家自送",
"logistics_no": "L1686730474JVFS",
"send_time": "2023-06-14 16:14:34",
"confirm_time": "2023-06-14 16:14:34",
"cancel_time": null,
"to_shop_time": null,
"fetch_time": "2023-06-14 16:14:34",
"completed_time": "2023-06-14 16:15:00",
"dispatcher_name": "",
"dispatcher_mobile": "",
"logistics_status": 40,
"logistics_status_name": "已妥投"
},
"order_receipt_certificate": [
"//storage-attachment/reveiveOrder/202306/70945/64897701f096f.jpg"
],
"order_receipt_name": "本人签收",
"receive_merchant_id": 70945,
"receive_merchant_shop_id": 612295,
"receive_merchant_shop_name": "台湾测试门店",
"receive_merchant_shop_mobile": "13800138000",
"receive_merchant_shop_areainfo": "台湾|台北市|万华区",
"transfer_merchant_shop_name": "测试店铺请勿下单",
"quote_store_number": 1,
"order_status_zh": "已完成",
"skip_physical_photos_audit_time": 0,
"current_need_physical_photos_audit": 0,
"order_physical_photos": [],
"modify_order_apply": [],
"if_allow_modify_apply": 0
},
"error": ""
}