v1
latestOpenAPI 3.1.02026-08-06911,228852.2 KBOrder and Pay: Webhook
Add a Business Location to a Webhook
Enables a webhook for the specified business location. Required to receive item availability notifications (type 'item'). Not required for 'order' and 'payment' webhooks.
put/o/wh/1/webhook/{endpointId}/business-locations/{businessLocationId}
Path parameters
endpointIdstring required
Example:endpoint
businessLocationIdinteger required
The unique identifier for the business location.
Example:45454565682155
Response
OK
Example response
{
"businessLocationId": 45454565682155,
"createdAt": "2023-11-07T19:15:05.043+0000",
"updatedAt": "2023-11-07T19:15:05.043+0000"
}