Quick-commerce grocery delivery - browse products, categories, and get full product details on Zepto.
Cross-Sell Recommendations
ASYNCREADNo auth
Returns related SKUs with names, brands, prices, images, and availability for a store and product variant.
ParametersFormJSON
Zepto fulfillment store UUID; callers in different delivery zones use different store IDs
Product variant UUID to fetch cross-sell recommendations for
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_zepto_cross_sell_recommendations", "params": { "store_id": "b4dc8d65-ed2e-4142-81b6-373982b13500", "product_variant_id": "6b9644a6-86f1-4951-a01f-25300299a33f" } }'