Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

地址: http://test.birdsystem.co.uk/client/Container-Product/Get-Product-Stock-Info

只读,获取产品在所有站点的库存

参数

查询参数见操作数据#%E6%93%8D%E4%BD%9C%E6%95%B0%E6%8D%AE-%E6%9F%A5%E8%AF%A2%E6%89%80%E6%9C%89%E8%AE%B0%E5%BD%95%E6%97%B6%E5%B8%B8%E7%94%A8%E7%9A%84%E5%8F%82%E6%95%B0

返回

{
   "total": 3,
   "data": [
      {
         "product_id": 569,  //产品ID
         "quantity": "280", //库存数量
         "company_id": 36, //站点ID
         "company_site_name": "CN 华南站", //站点名称
         "product_client_ref": "47-569" //产品客户sku
      },
      {
         "product_id": 469174,
         "quantity": "10",
         "company_id": 44,
         "company_site_name": "共享站",
         "product_client_ref": "AA211"
      },
      {
         "product_id": 775182,
         "quantity": "1",
         "company_id": 36,
         "company_site_name": "CN 华南站",
         "product_client_ref": "47-775182"
      }
   ],
   "success": true,
   "refresh": false,
   "moduleName": "client"
}


  • No labels