ConsoleCatalog
Sign in
Apollo Pharmacy logo

Apollo Pharmacy

Apollo Pharmacy India - medicines, OTC products, wellness items, and diagnostics.

Product Info

ASYNCREADNo auth

Returns live price, discount, delivery ETA, and available variants or substitutes for a product by SKU ID.

ParametersFormJSON

Apollo SKU code e.g. 'APV0019' (from aph_search results or aph_product_by_slug)

Quantity to price (affects pack availability calculation)

6-digit Indian pincode - needed for delivery ETA and per-pincode stock

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": "aph_product_info",
    "params": {
      "sku": "APV0019",
      "qty": "1"
    }
  }'