curl --request GET \ --url 'https://api.example.com/stores/{{store_id}}/menu/'
Menus
Get All Active Menu of Store
Retrieve all active menus for a specific store, providing essential menu information for operational and customer-facing applications.
GET
/
stores
/
{store_id}
/
menu
Get All Active Menu of Store
Copy
curl --request GET \ --url 'https://api.example.com/stores/{{store_id}}/menu/'
This endpoint returns all active menus associated with a specific store, providing essential information for menu management and customer-facing applications.
This endpoint focuses on active menus only, making it ideal for customer-facing applications and operational systems that need to display currently available menu options.
The unique identifier of the store to retrieve active menus for
Active Menu Criteria
Menu Status Requirements
Only menus with “active” status are returned
Inactive or archived menus are excluded from results
Deleted menus are not included in the response
Draft menus are filtered out of the results
Operational Considerations
Active menus represent current customer offerings
These menus are available for order processing
Operating hours determine actual availability within active menus
Menu rules and item associations apply to active menus
Customer Experience
Active menus are what customers see in applications
These menus drive ordering and checkout processes
Menu availability affects customer purchasing decisions
Real-time status ensures accurate customer information
Real-Time Data: This endpoint provides real-time menu status information, ensuring customers and operational systems have access to current menu availability.
Performance Optimization: Since this endpoint filters for active menus only, it typically returns faster responses and is optimized for frequent access by customer-facing applications.