Get merchant inventory prices
Successfully
Invalid request
Not found
Internal server error
curl -i -X GET \ 'https://api.stage.ananastest.com/payment/api/v1/merchant-integration/prices?dateFrom=string&merchantInventoryIds=string' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
[- {
- "merchantInventoryId": 1776331,
- "basePrice": 24000,
- "sellablePrice": 18000,
- "discountId": "b8a14bba-a504-46d4-a627-c8eb5eb262af"
}
]