Category
When you subscribe to Menu WebHooks from ShoppinPal, you will receive the category upon create/update/delete event.
WebHook Request Header | Value |
---|---|
x-webhook-topic | category |
Body
accountId
- ID of the account-store combination in ShoppinPal's system.sourceId
- ID of the entity in the source system.isInitial
- Whether this is part of an initial synchronisation.
{
"menuSourceIds": [
"ff6dd693-5e55-4a92-a359-ea61b23ed423"
],
"name": "Drinks",
"description": "All drink items served up nice and fresh!",
"accountId": 1,
"sourceId": "b01485b0-034a-47c5-8a0a-0eeca08bf994",
"isInitial": true
}
Updated 12 months ago