top of page
實現多通路多訂單整合
使商品及庫存資訊同步更新
打造專屬品牌電商需要的API串接服務
跨平台資源整合
Request 範例
{
“corpid”:”GD”,
“checktime”:”9876543210”,
" del_type_id ": " 40",
“orderno” : “AA123456789”,
"post_id": "200" ,
"address": "台北市內湖區舊宗路二段 171 巷 17 號 1 樓" ,
"name": "王曉明" ,
"phone_no": "0935123456" ,
"mobile_no": "0932123456" ,
"agency_fee": "2000" ,
" storeid ": "23456" ,
" storename ": "全家 XX 店" ,
“deliver_no” : “00789456123”, "packstr": "" ,
“del_time_id”:”4”,
"note": "備註" ,
“uniformno”:”123456789”,
“inv_title”: “王曉明”,
“inv_amt”:”2000”
"items": [
{
"product_id":"123456789",
"qty": 1,
"price": 200
},
{
"product_id": "123456789",
"qty": 1,
"price": 200
}
]
}
提供多元 API 串接服務
品牌商家可依自身需求建立專屬工作流程
全面降低人為錯誤問題解決出貨延遲的困擾
-
訂單貨態查詢 API
-
訂單刪除 API
-
訂單貨運單號查詢 API.
-
商品庫存查詢 API
-
宅配訂單-消費者取件確認 API
-
商品進倉 API
bottom of page