{
"groupPrices": [
{
"customerGroupId": "int64",
"graduatedPrices": [
{
"graduatedPrice": "double",
"threshold": "double"
}
],
"groupPrice": "double"
}
],
"price": "double",
"productId": "int64",
"taxClassId": "int64"
}
{
"groupPrices": [
{
"customerGroupId": 1,
"graduatedPrices": [
{
"graduatedPrice": 115,
"threshold": 5
},
{
"graduatedPrice": 100,
"threshold": 10
}
],
"groupPrice": 122.122
},
{
"customerGroupId": 2,
"groupPrice": 100
},
{
"customerGroupId": 3,
"graduatedPrices": [
{
"graduatedPrice": 98,
"threshold": 2.5
},
{
"graduatedPrice": 95,
"threshold": 5
},
{
"graduatedPrice": 90,
"threshold": 7.5
}
]
}
],
"price": 123.123,
"productId": 1,
"taxClassId": 1
}
| Name | Type | Description | Additional |
|---|---|---|---|
| groupPrices[] | array | Optional | |
| groupPrices[].customerGroupId | int64 | Optional, read only. | |
| groupPrices[].graduatedPrices[] | array | Optional | |
| groupPrices[].graduatedPrices[].graduatedPrice | double | ||
| groupPrices[].graduatedPrices[].threshold | double | ||
| groupPrices[].groupPrice | double | Optional | |
| price | double | Optional | |
| productId | int64 | Optional, read only. | |
| taxClassId | int64 | Optional, read only. |