| product_id |
Product unique identifier
|
bigint
|
|
|
| code |
Product code
|
string
|
|
|
| qty |
Quantity
|
decimal number
|
|
|
| minqty |
Minimum quantity of item to order
|
decimal number
|
|
|
| isauto |
Indicates automatic option
|
Boolean (1/0)
|
|
|
| ismultiple |
Indicates that this item is a multiple of the kit product
|
Boolean (1/0)
|
|
|
| modeprix |
Price mode
E = The price of this item will be extra.
I = The price of this item will be zero because it is included in the kit price
I1 = The price of this item will be extra but unlike E, the total will be added to the price of the kit and the price of the item itself will be zero.
I2 = The price of this item will be zero because it is included in the price of the kit but if the quantity is increased, the excess will be added to the price of the kit
|
string
|
|
|