获取门店商品库存列表
接口说明:根据关键字获取门店商品库存列表
接口地址:http://api.uuhooo.com/cgi-bin/v1.0/GetStoreGoodsStockList
请求方式:HTTP / GET
请求参数:
| 参数 | 是否必须 | 数据类型 | 说明 |
|---|---|---|---|
| AccessToken | 是 | string | 验证Token |
| Keywords | 否 | string | 关键字(商品名称、商品条码) |
返回结果(JSON格式):
| 参数 | 是否必须 | 数据类型 | 说明 |
|---|---|---|---|
| Success | 是 | Boolean | 成功true,失败false |
| Message | 否 | string | 失败原因(失败时有返回) |
| Data | 否 | string | 数据列表,以下为一组(成功时有返回) |
| StoreID | 是 | int | 门店编码 |
| StoreName | 是 | string | 门店名称 |
| ItemName | 是 | string | 商品名称 |
| Barcode | 是 | string | 商品条码 |
| Quantity | 是 | decimal | 商品数量 |
| Spec | 是 | string | 规格 |
| StockQty | 是 | decimal | 库存数量 |
| AvgCostPrice | 是 | decimal | 平均成本价 |
| CostAmt | 是 | decimal | 成本金额 |
| LastInPrice | 是 | decimal | 最近进价 |
| LastSalePrice | 是 | decimal | 最新售价 |
| LastModifyDate | 是 | datetime | 最后修改时间 |