Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

地址: http://test.birdsystem.com/client/product/Get-Product-Available-Quantity?ids=1302332

只读,批量获取产品可用库存

参数

...

多个产品id以 ',' 分割,查询定向共享产品时格式为 产品ID|D,

例如客户2定向共享给客户1的产品3,客户1查询的时候格式为3|D。查询多个产品时参数ids=2,3|D

...

返回

Code Block
{
   "data": [
      {
         "live_stock": 1,     //当前库存
         "current_locked_stock": 0,  //占用库存
         "id": 1  //产品ID
      },
      {
         "live_stock": 5, //当前库存
         "current_locked_stock": 1,
         "id": 2
      }
   ],
   "success": true,
   "refresh": false,
   "moduleName": "client"
}

...

Include Page
产品有效库存获取
产品有效库存获取