flipkart_manage_inventory
Manage Flipkart product listings, update inventory and pricing, and perform CRUD operations on catalog items.
Instructions
Manage Flipkart product listings, inventory levels, pricing, and catalog CRUD.
Actions:
'search': Search catalog listings by SKU or FSN.
'get_details': Fetch full listing specifications and current pricing/stock.
'update_stock': Modify available inventory counts across warehouses.
'update_price': Update MRP and Selling Price (INR).
'create_listing': Create a new catalog listing (Title, SKU, Selling Price, Brand).
'update_listing': Update listing title, brand, or custom attributes.
'delete_listing': Deactivate or archive a listing by SKU.
Output format: Returns token-optimized Markdown table ('summary') or JSON ('full').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fsn | No | ||
| mrp | No | ||
| sku | No | ||
| brand | No | ||
| stock | No | ||
| title | No | ||
| action | Yes | ||
| category | No | ||
| attributes | No | ||
| detail_level | No | summary | |
| selling_price | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |