ConsoleCatalog
Sign in
Flipkart logo

Flipkart

flipkart.comShoppingcookie

Flipkart India - product search, details, reviews, pricing, and order history.

IdentitySign in to use your identities on this site.

Add to Cart

ASYNCWRITEAuth required

Adds a product to the authenticated user's cart and returns the updated cart.

ParametersFormJSON

Flipkart product ID, e.g. MOBHFSCEW8DQVKDZ

Flipkart listing ID, e.g. LSTMOBHFSCEW8DQVKDZ2CWXCB

Quantity to add

Product price for payload (optional)

cost: 3 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": "fk_add_to_cart",
    "params": {
      "product_id": "",
      "listing_id": ""
    }
  }'