Get discount prices
Successfully
Invalid request
Internal server error
curl -i -X GET \ 'https://api.stage.ananastest.com/payment/api/v1/merchant-integration/discounts?dateFrom=string&dateTo=string' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
[- {
- "discountId": "1433c6dd-4651-463b-bd76-002c0f1f824a",
- "merchantInventoryId": 889,
- "discountPrice": 2000,
- "dateFrom": "2022-01-26T00:00:00",
- "dateTo": "2022-01-28T00:00:00"
}, - {
- "discountId": "43b49da5-9f9c-4458-b755-f9cb606aea85",
- "merchantInventoryId": 900,
- "discountPrice": 3000,
- "dateFrom": "2022-01-26T00:00:00",
- "dateTo": "2022-01-28T00:00:00"
}
]