Store Status Update

This webhook endpoint facilitates real-time store status updates and supports critical workflows, including:

Store Status Update
When the store status changes, such as from active to inactive or vice versa, the POS system notifies Khumbu, which then sends a webhook to the relevant integration partners.

Integration Partner Webhook Requirements

Integration partners are encouraged to implement this webhook to enable real-time store status update.

1. Webhook Specification

  • Endpoint: HTTPs
  • RequestType: POST
  • RequestBody: Please see below sample request body

2. Webhook Request

Khumbu will send following request object to Store Status Update webhook endpoint.

Please refer to the Store Status Update Webhook Payload guide for a detailed explanation of each parameter and its required format.


{
  "partnerName":"symphony",
  "marketName" : "plkpl",
  "storeInformation": {
    "providerStoreId": "99999",
    "partnerStoreId": "12345"
  },
 "storeStatus":"ACT"
}

3. Webhook Response

Response Body

HTTP code :

  • Success (HTTP code - 200)
  • Failure ( any other HTTP code, along with error message)