Set Up Plinths through API
➡️ See the API Reference documentation 🔗 for detailed information.
Set Up the Dimensions of the Plinth
Parameter | Type | Possible values | Default value |
---|---|---|---|
width | real | [0 ;∞] | 2100 |
depth | real | [0 ;∞] | 10 |
height | real | [0 ;∞] | 80 |
"width": {
"typeID": 1,
"values": [
2210
],
"editable": null,
"translation": {
"name": {
"1": "Longueur",
"2": "Width",
"3": "Anchura",
"4": "Breite"
}
},
"defaultValue": 2210
}
Define Parameters on the Product
plinthPositionType
Parameter
Parameter | Type | Possible values | Default value |
---|---|---|---|
plinthPositionType | string | onLeg / onFrame / onFront | onLeg |
"plinthPositionType": {
"typeID": 4,
"values": [
"onLeg"
],
"editable": null,
"translation": {
"name": {
"2": "Plinth position type"
},
"values": {
"2": "Fixed on legs"
}
},
"defaultValue": "onLeg"
}
section
Parameter
Parameter | Type | Possible values | Default value |
---|---|---|---|
section | string | External dbID | External dbID |
"section": {
"ids": [
"68678"
],
"tags": [],
"typeID": 7,
"editable": null,
"nullable": false,
"translation": {
"name": {
"2": "section"
}
},
"defaultValue": "68678"
}
Pricing
"prices": [
{
"typePrice": "regular",
"price": 100,
"startDate": null,
"endDate": null,
"currency": "EUR",
}
]
plinthOption
on the Cabinet
Define "plinthOption": {
"typeID": 3,
"editable": null,
"translation": {
"name": {
"2": "Plinth Option"
}
},
"defaultValue": 1
}
yFrontLegOffset
on the Box
Define the "yFrontLegOffset": {
"typeID": 1,
"values": [
100
],
"editable": null,
"translation": {
"name": {
"2": "Y Front Leg Offset"
},
"values": []
},
"defaultValue": 100
}