When you subscribe to Menu WebHooks from ShoppinPal, you will receive the modifiers upon create/update/delete event.

WebHook Request HeaderValue
x-webhook-topicmodifiergroup

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.
{
  "name": "Add Straw",
  "description": "Add Straw",
  "minimumSelections": 0,
  "maximumSelections": 1,
  "itemIds": [
    "fa4f0192-4c4e-4455-9db8-61d428c34969"
  ],
  "accountId": 1,
  "sourceId": "f4c69056-3ae3-4517-9294-5ceec8df5f81",
  "isInitial": true
}