When you subscribe to Menu WebHooks from ShoppinPal, you will receive the photo urls for the items upon create/update/delete event.

WebHook Request HeaderValue
x-webhook-topicphoto

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.
{
  "url": "https://example.com/photos/c75d9460-5d48-423d-8d01-f825fd5b1672.jpeg",
  "contentType": "image/jpeg",
  "accountId": 1,
  "sourceId": "c75d9460-5d48-423d-8d01-f825fd5b1672",
  "isInitial": true
}