execute_group_cart_and_split
Finalizes group food orders on Swiggy by computing proportional tax and fee splits per attendee and generating UPI payment links for reimbursement.
Instructions
Finalizes the group order on Swiggy Food by calling update_food_cart, calculates proportional tax/fees split per attendee, and generates ready-to-pay UPI payment links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| addressId | Yes | Address ID from get_addresses | |
| hostUpiUpa | No | Host UPI VPA for bill reimbursement | |
| restaurantId | Yes | Selected Swiggy restaurant ID | |
| assignedItems | Yes | Optimized items assigned to each participant | |
| restaurantName | No | Name of the restaurant |