ConsoleCatalog
Sign in
Truemeds logo

Truemeds

Truemeds pharmacy - discounted medicines, generics, and health products.

Delivery Estimate

ASYNCWRITENo auth

Returns estimated delivery time for a pincode and selected products.

ParametersFormJSON

Delivery pincode used in the query string for the CustomerService ETA endpoint

Variant flag sent as the variant query parameter

JSON body with pdPageProduct and cartProduct arrays as required by getEstimatedDeliveryDateBasedOnPincode

cost: 2 credits · 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_truemeds_delivery_estimate",
    "params": {
      "pincode": "400079",
      "delivery_variant": "C",
      "delivery_body": "[object Object]"
    }
  }'