| Name | Description | Type | Additional information |
|---|---|---|---|
| productid |
商品ID,每设置价格的商品的ID。 |
integer |
Required |
| price |
一般零售价。 |
decimal number |
Required |
| lowestprice |
零售底价(最低的折扣底价,实际售价与此价的差额表示可返利的额度)。 |
decimal number |
Required |
| normalpurchaseprice |
一般采购价,当setnormal值为‘1’时,此值不能为空。 |
decimal number |
None. |
| setallshop |
是否设置全部的商店的零售价和零售底价 ,1 是全部,0表则必须指定ShopId的参数值。 |
string |
Required Max length: 1 Min length: 1 |
| unit |
单位。 |
string |
Required Max length: 8 |
| shopid |
当SetAllShop = '0'时,此值表示需要设置的门店的ID。 |
string |
Max length: 8000 |
| setnormal |
是否同时设置为商品的一般零售价,一般零售底价和一般采购价,'1'表示同时会设置表T_Pos_Product中的相应属性的值。 |
string |
Required Max length: 1 |