The Store APIs allow Integration Partners to fetch the updated store details 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. Fetch Store
- Endpoint:
{baseUrl}/v1/providers/{integrationPartnerName}/partners/{posName}/markets/{marketName}/stores/status/update - Method:
POST - Purpose: This will submit the request to get a callback with store details along with its availability
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).