Import Purchase Order

  • 导入平台采购订单

Request

  • Path: oms/coupang/purchaseorder/importOrder
  • Method: POST
  • Header:
    • Authorization: Basic c2FiZXI6c2FiZXJfc2VjcmV0
    • Blade-Auth: access_token
  • Example: http://api.q9610.com/oms/coupang/purchaseorder/importOrder
  • Request body example:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"platformName": "1688",
"purchaseOrderId": "2107264299604733964",
"shopName": "威刚旗舰店",
"orderedTime": "2024-04-10 00:00:00",
"expressCompany": "中通",
"shipNo": "78784598762440",
"remark": "16G*2 谢谢",
"status": "已确认收货",
"details": [
{
"productName": "威刚DDR5万紫千红台式机内存条",
"specification": "颜色分类:DDR5 16G(16G*1)台式机内存条内存频率:5600MHz",
"purchasePrice": 461.25,
"quantity": 1,
"imgUrl": "https://img.alicdn.com/imgextra/i1/2213190904063/O1CN01pILDFV1fsu7dCBwfQ_!!2213190904063.jpg"
}
]
}

Response

  • Response body example:
1
2
3
4
5
6
{
"code": 200,
"success": true,
"data": {},
"msg": "操作成功"
}