Wine marketplace and database - wines, vintages, merchants, regions, prices, and reviews.
Merchant Details
ASYNCREADNo auth
Returns a merchant's profile with name, country, images, and wine inventory stats.
ParametersFormJSON
Vivino merchant ID for the wine seller
Response language locale code
cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_vivino_merchant_detail", "params": { "merchant_id": "6243", "language": "en" } }'