ProductInstancePricetypeValue
Product Instance Pricetype Value
Fields
Field | Description |
---|---|
id
int
(required) |
Pricetype id Example value:123 |
from
int
(required) |
Min amount from which the pricetype will be applied Example value:3 |
Example
1{
2 "id": 123,
3 "from": 3
4}