flipkart_manage_shipments
Search, inspect, mark ready to dispatch, fetch labels, and cancel shipments for Flipkart seller orders.
Instructions
Manage Flipkart seller orders & shipments.
Actions:
'search': List pending, packed, RTD, or dispatched orders (filter by state/order_id).
'inspect': Retrieve detailed order items, SLA deadlines, customer pincode.
'mark_rtd': Transition orders to Ready to Dispatch state.
'get_label': Fetch printable shipping label & tax invoice PDF URLs.
'cancel': Cancel order shipment with specified reason.
Output format: Returns token-optimized Markdown table ('summary') or JSON ('full').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | APPROVED | |
| action | Yes | ||
| order_id | No | ||
| detail_level | No | summary | |
| shipment_ids | No | ||
| cancel_reason | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |