| Name | Description | Type | Additional information |
|---|---|---|---|
| shopid |
店铺ID。 |
string |
None. |
| productid |
商品ID。 |
integer |
None. |
| retailprice |
零售价 |
decimal number |
None. |
| retaillowestprice |
最低零售价。 |
decimal number |
None. |
| inventory |
库存。 |
decimal number |
None. |
| shopname |
门店名 |
string |
None. |
| productname |
商品名 |
string |
None. |
| barcode |
条码。 |
string |
None. |
| unit |
单位。 |
string |
None. |
| productlasscode |
商品类别码。 |
string |
None. |
| productclassname |
商品类别名。 |
string |
None. |
| isneedweighing |
是否计重商品,1表示是。 |
string |
None. |
| state |
1表示可售,0表示禁售。 |
string |
None. |
| totalvaluebyprice |
按零售价计算的(当前门店)仓库库存货值。 |
decimal number |
None. |
| totalvaluebylowestprice |
按最低零售价计算的(当前门店)仓库库存货值 。 |
decimal number |
None. |
| imgurl |
图片文件的URL,相对路径(在本API站点上。) /upload/product/1.jpg |
string |
None. |