Get tier price of product
Get tier price of product
Path parameters
-
'all' can be used to specify 'ALL GROUPS'
GET /V1/products/{sku}/group-prices/{customerGroupId}/tiers
curl \
-X GET https://magento2.winkelstraat.mac/rest/all/V1/products/{sku}/group-prices/{customerGroupId}/tiers
Response examples (200)
[
{
"customer_group_id": 42,
"qty": 42.0,
"value": 42.0,
"extension_attributes": {
"percentage_value": 42.0,
"website_id": 42
}
}
]
Response examples (400)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Response examples (default)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}