Name | Description | Type | Additional information |
---|---|---|---|
ProductId |
商品ID int NOT NULL. |
integer |
Required |
ShopId |
门店ID Char(4) NOT NULL. |
string |
Required Max length: 4 |
ProductClassCode |
商品类别 Char(6) NOT NULL. |
string |
Required Max length: 6 |
ApplyToObject |
适用对象 char(1) NOT NULL. |
string |
Required Max length: 1 |
MemberLimitLevel |
限定最低会员等级 Byte |
byte |
None. |
IsSellAmountLimit |
是否启用每单购买数量限制 char(1) NOT NULL. |
string |
Required Max length: 1 |
PerBillAmountLimit |
每单购买数量限制 Numeric(8,4) 当IsSellSummaryLimit=‘1’,此值有意义。表示依据下面的两个字段来限制购买。 |
decimal number |
None. |
PerBillAmountLimitType |
每单购买金额许可模式 char(1) N不限制,P每单限制;A达到许可金额后可以购买限制数量的本商品;B每倍许可金额阀值可以购买指定数量的商品。 |
string |
None. |
PerAmountSummaryLimit |
许可购买金额阀值 Numeric(12,2) |
decimal number |
None. |
Memory |
备注 Varchar(100) |
string |
Max length: 100 |
UserCode |
用户代码 int |
integer |
Required |
Start |
限时打折的起始时间 char(14) NOT NULL. |
string |
Required Max length: 14 |
End |
限时打折的截止时间 char(14) NOT NULL. |
string |
Required Max length: 14 |
Discount |
折扣 Numeric(8,2) NN |
decimal number |
Required |
IsIgnore |
是否忽略价格不存在的情况 char(1) NN |
string |
Required Max length: 1 |