Document representing a variation master.
Property | Type | Constraints | Description |
---|---|---|---|
link
|
String | mandatory=true, minLength=1, nullable=false | The URL addressing the master product. |
master_id
|
String | mandatory=true, maxLength=100, minLength=1, nullable=false | The id (SKU) of the master product. |
orderable
|
Boolean | A flag indicating whether at least one of the variants is orderable. | |
price
|
Decimal | The minimum sales price of the related variants. | |
price_max
|
Decimal | The maximum sales of related variants. |