Menu API

The Menu APIs allow Integration Partners to fetch the updated menu from POS system. These endpoints are essential for ensuring accurate menu data and availability within your integration.

Base URLs

UAT Base URL: <https://api.uat.khumbu.com/uat/v1>

Use the appropriate base URL for your environment or contact Khumbu Support for the same.


1. Integration Partner Menu Update

  • Endpoint: {baseUrl}/providers/{integrationPartnerName}/partners/{posName}/markets/{marketName}/stores/menus/update
  • Method: POST
  • Purpose: Update the menu information for a specific store within a POS system network.

Request Parameters

  • Headers:
    • Authorization: Bearer {access_token}
  • Path Parameters:
    • {integrationPartnerName}: Replace with your assigned integration partner name. (e.g., standardprovider).
    • {posName}: Replace with the specific POS system name for your integration. (e.g., simphony).
    • {marketName}: Replace with an market identifier which is integration identifier of brand in a specific region. (e.g., plkpl).