ConsoleCatalog
Sign in
Meesho logo

Meesho

meesho.comMarketplaceno auth

Indian social commerce marketplace - search and browse products with prices and details on Meesho.

Product Details

ASYNCREADNo auth

Returns Meesho product details by ID with pricing, images, attributes, and supplier info.

ParametersFormJSON

Meesho alphanumeric product slug, e.g. 87wh88

Include sibling catalog products

Ad-active flag

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": "me_product_details",
    "params": {
      "product_id": "8y552c",
      "include_catalog": true,
      "ad_active": false
    }
  }'