List Chain Outlets
list_outletsList all branch outlets of a restaurant chain with delivery fees and distances so you can choose the specific store to order from.
Instructions
List all outlet branches for a restaurant chain. Use the chain_code from search_restaurants results (only available when total_outlets > 1). Returns all outlets with their individual vendor codes, names, delivery fees, and distances so the user can pick a specific branch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain_code | Yes | The chain code from search results (e.g. 'cg0ep' for Jollibee) |