:-: 訂單物流接口
##### 1、刪除訂單
~~~[api]
post:/index.php?ctl=Seller_Trade_Order&met=hideOrder&typ=json
*string:order_id#訂單號
*string:user=seller#買家刪除訂單
<<<
success
<<<
error
~~~
##### 2、徹底刪除訂單
~~~[api]
post:/index.php?ctl=Seller_Trade_Order&met=hideOrder&typ=json
*string:order_id#訂單號
*string:user=seller#
*string:op=del#
<<<
success
<<<
error
~~~
##### 3、還原訂單
~~~[api]
post:/index.php?ctl=Seller_Trade_Order&met=restoreOrder&typ=json
*string:order_id#訂單號
*string:user=seller#
<<<
success
<<<
error
~~~
##### 4、貨到付款確認收款
~~~[api]
post:/index.php?ctl=Seller_Trade_Order&met=confirmCollection&typ=json
*string:order_id#訂單號
<<<
success
<<<
error
~~~
##### 5、取消訂單
~~~[api]
post:/index.php?ctl=Seller_Trade_Order&met=orderCancel&typ=json
*string:order_id#訂單號
*string:state_info#訂單取消原因
<<<
success
<<<
error
~~~
##### 6、驗證兌換碼
~~~[api]
get:/index.php?ctl=Seller_Trade_Order&met=virtualExchange&typ=json
*int:vr_code#兌換碼
<<<
success
<<<
error
~~~
##### 7、順豐獲取電子面單
~~~[api]
post:/index.php?ctl=Seller_Trade_Order&met=sendShipInfo&typ=json
*string:receive_name#收貨人姓名
*string:receive_mobile#收貨人電話
*string:receive_address#收貨人地址
*string:buyer_address_span#購買人地址
*string:seller_address_span#商家地址
name#說明文字
<<<
success
<<<
error
~~~
##### 8、發貨
~~~[api]
post:/index.php?ctl=Seller_Trade_Order&met=send&typ=json
*string:order_id#訂單號
name#說明文字
<<<
success
<<<
error
~~~
##### 9、更改默認地址
~~~[api]
get:/index.php?ctl=Seller_Trade_Deliver&met=setDefaultAddress
*string:shipping_address_id#地址id
<<<
success
<<<
error
~~~
##### 10、新增地址
~~~[api]
post:/index.php?ctl=Seller_Trade_Deliver&met=addAddress&op=save&typ=json
*string:shipping_address_contact#聯系人
*string:shipping_address_phone#聯系方式
*string:shipping_address_address#詳細地址
*int:province_id#省份id
*int:city_id#城市id
*int:area_id#聯系方式
*string:address_area#地址信息
*string:shipping_address_company#公司
name#說明文字
<<<
success
<<<
error
~~~
##### 11、編輯地址
~~~[api]
post:/index.php?ctl=Seller_Trade_Deliver&met=addAddress&op=save&typ=json
*int:id#
*string:shipping_address_contact#聯系人
*string:shipping_address_phone#聯系方式
*string:shipping_address_address#詳細地址
*int:province_id#省份id
*int:city_id#城市id
*int:area_id#聯系方式
*string:address_area#地址信息
*string:shipping_address_company#公司
<<<
success
<<<
error
~~~
##### 12、默認物流公司
~~~[api]
post:/index.php?ctl=Seller_Trade_Deliver&met=express&typ=json&op=save
*row:id#物流公司id
<<<
success
<<<
error
~~~
##### 13、免運費額度
~~~[api]
post:/index.php?ctl=Seller_Trade_Deliver&met=freightAmount&op=save&typ=json
*int:free_shipping#免運費額度
<<<
success
<<<
error
~~~
##### 14、發貨單打印設置
~~~[api]
post:/index.php?ctl=Seller_Trade_Deliver&met=printSetting&op=save&typ=json
*string:shop_print_desc#打印設置
*string:shop_stamp#店鋪印章
<<<
success
<<<
error
~~~
##### 15、設置默認運單模板
~~~[api]
post:/index.php?ctl=Seller_Trade_Waybill&met=operateByManage&typ=json&action=set_default
*int:user_express_id#
*int:waybill_tpl_id#
<<<
success
<<<
error
~~~
##### 16、我的訂單解綁
~~~[api]
post:/index.php?ctl=Seller_Trade_Waybill&met=operateByManage&typ=json&action=unbind_tpl
*int:user_express_id#
*int:waybill_tpl_id#
<<<
success
<<<
error
~~~
##### 17、模板設置
~~~[api]
post:/index.php?ctl=Seller_Trade_Waybill&met=waybillSetting&typ=json
*row:data#
*string:store_waybill_top#
*string:store_waybill_left#
<<<
success
<<<
error
~~~
##### 18、自建模板添加
~~~[api]
post:/index.php?ctl=Seller_Trade_Waybill&typ=json&met=addTpl
*string:waybill_name#模板名
*string:waybill_width#模板寬度
*string:waybill_height#模板高度
*string:waybill_top#上偏移量
*string:waybill_left#左偏移量
*string:waybill_image#模板圖片
<<<
success
<<<
error
~~~
##### 19、自建模板編輯
~~~[api]
post:/index.php?ctl=Seller_Trade_Waybill&typ=json&met=editTpl
*int:waybill_tpl_id#模板id
*int:waybill_express#物流公司id
*string:waybill_name#模板名
*string:waybill_width#模板寬度
*string:waybill_height#模板高度
*string:waybill_top#上偏移量
*string:waybill_left#左偏移量
*string:waybill_image#模板圖片
<<<
success
<<<
error
~~~
##### 20、刪除自建模板
~~~[api]
post:/index.php?ctl=Seller_Trade_Waybill&met=removeTpl&typ=json
*int:waybill_tpl_id#模板id
<<<
success
<<<
error
~~~
##### 21、設計模板
~~~[api]
post:/index.php?ctl=Seller_Trade_Waybill&met=designTpl&typ=json
*row:waybill_data#模板數據
<<<
success
<<<
error
~~~
##### 22、評價回復
~~~[api]
post:/index.php?ctl=Seller_Goods_Evaluation&met=addEvaluationExplain&typ=json
*int:evaluation_goods_id#回復商品id
*string:con#解釋內容
*int:con#狀態
<<<
success
<<<
error
~~~
##### 23、添加運費模板
~~~[api]
post:/index.php?ctl=Seller_Transport&met=transportSubmit&typ=json
*string:template_name#模板名稱
*int:template_status#模板狀態
*row:transport#
*row:areas#運送地區
<<<
success
<<<
error
~~~
##### 24、編輯運費模板
~~~[api]
post:/index.php?ctl=Seller_Transport&met=transportSubmit&typ=json
*int:template_id#模板id
*string:template_name#模板名稱
*int:template_status#模板狀態
*row:transport#
*row:areas#運送地區
<<<
success
<<<
error
~~~
##### 25、刪除運費模板
~~~[api]
post:/index.php?ctl=Seller_Transport&met=delTemplate&typ=json
*string:id#運費模板id
<<<
success
<<<
error
~~~
##### 26、添加區域模板
~~~[api]
post:/index.php?ctl=Seller_Transport&met=areaSubmit&typ=json
*row:city#區域
*area_name#模板名稱
<<<
success
<<<
error
~~~
##### 27、編輯區域模板
~~~[api]
post:/index.php?ctl=Seller_Transport&met=areaSubmit&typ=json
*int:area_id#模板id
*row:city#區域
*area_name#模板名稱
<<<
success
<<<
error
~~~
##### 28、刪除區域模板
~~~[api]
post:/index.php?ctl=Seller_Transport&met=delArea&typ=json
*int:id#模板id
<<<
success
<<<
error
~~~
- 序言
- 系統要求
- 版本更新日志
- 遠豐商城技術對接說明
- 開發指導
- 系統架構
- 負載集群
- 云存儲
- 框架內容
- 基礎
- 開發規范
- 目錄結構
- 架構
- 架構總覽
- 數據庫
- 數據庫連接
- 基本使用
- 緩存
- 配置
- 路由
- 數據字典
- ucenter
- shop
- paycenter
- ucenter_admin
- shop_admin
- paycenter_admin
- shop1
- shop2
- shop3
- 通訊內容
- 商家中心
- 頂部導航欄
- 店鋪信息欄
- 店鋪及商品提示欄
- 交易提示欄
- 銷售情況統計欄
- 集群架構圖
- 單品銷量排行欄
- 店鋪運營推廣欄
- 平臺聯系方式欄
- 訂單物流
- 商品
- 商品列表
- 商品詳情
- 商品發布與編輯
- 分銷商品
- 關聯版式
- 商品規格
- 圖片空間
- 淘寶導入
- 訂單流程
- 交易訂單
- 訂單退款/退貨
- 促銷
- 團購管理
- 加價購
- 限時折扣
- 滿即送
- 代金券管理
- 分銷
- 店鋪
- 店鋪設置
- 自銷產品供應商
- 實體店鋪
- 品牌申請
- 店鋪信息
- 消費者保障服務
- 門店賬號
- 分銷商--產品供應商
- 分銷明細
- 批發市場
- 商家微信公眾號
- 售后服務
- 咨詢管理
- 投訴管理
- 退款管理
- 退貨管理
- 雜項
- 遠程上傳圖片
- 接口(廢棄,參考最外層接口項)
- 接口說明
- 品牌
- 商品規格
- 商品類型
- 商品分類
- 商品
- 訂單
- 商品/店鋪收藏
- 足跡
- 退款及退貨
- 商家店鋪
- 會員
- 入駐協議
- 訂單接口
- 商品接口
- 訂單物流接口
- 商家中心接口
- 促銷接口
- 快遞鳥物流接口
- 代金券接口
- 首頁版塊
- 團購
- 平臺紅包
- 限時折扣接口
- 拼團接口
- wap首頁模板
- JS
- 銀聯支付
- 多語言
- 商品評分
- 圖片加載
- 買家申請退款退貨
- 商家退款退貨
- 平臺退款退貨
- 添加發票
- 提交訂單
- 確認訂單
- 運費銷售區域
- 獲取會員地址
- 充值
- 導出XLS
- 商城系統集成
- 多語言實現
- 三級分銷推廣鏈接發展推廣員
- app.ini.php
- 去分銷
- 版本更新
- 物流支持
- 運營人員建議
- 業務邏輯
- 統計結算
- 客服消息
- 賬號
- 三級分銷
- IM
- 配置
- 平臺帳號
- 活動數據表說明
- 接口
- 數據庫中間鍵
- MyCat的優勢
- 概念說明
- Mycat的下載及安裝
- 參數配置案列
- Mycat讀寫分離
- 基本命令
- 常見錯誤