Get merchant inventory prices

Get merchant inventory prices

Request
Security:
query Parameters
dateFrom
required
string

Present or future date for which price should be returned

merchantInventoryIds
required
string

List of merchant inventory Ids for which price should be returned with a limit of max 100 IDs

Responses
200

Successfully

400

Invalid request

404

Not found

500

Internal server error

get/payment/api/v1/merchant-integration/prices
Request samples
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>'
Response samples
application/json
[
  • {
    }
]
Copyright © Ananas 2023. All right reserved.