api-key: ********************
curl --location --request GET 'https://api.logictrade.cloud/rest/v1/discounts/products/1?configuration=&quantity=3&referenceDate=2024-03-13T13:28:06.419Z' \
--header 'api-key;'
{
"id": 0,
"code": "string",
"name": "string",
"discounts": [
{
"description": "string",
"startDate": "2019-08-24",
"endDate": "2019-08-24",
"fixedPrice": {
"price": 0,
"minQuantity": 0
},
"percentageAmount": {
"percentage": 0,
"minQuantity": 0
},
"buyXGetY": {
"buyQuantity": 0,
"getQuantity": 0
},
"tieredPercentageAmount": [
{
"tier": 0,
"precentage": 0
}
],
"customFields": [
{
"name": "string",
"values": [
"string"
]
}
]
}
]
}