How to handle images
Introduction
A published menu can contain image URLs for each of the following attributes;
| Item | Key | Description |
|---|---|---|
| Menu | "menuImageURL" | The menu itself can have a hero/banner image set |
| Categories | "categories.imageUrl" | Each category can have it's own image |
| Products | "products.imageUrl" | Each product can have it's own image |
| Modifier | "modifiersimageUrl" | In certain cases, modifiers can have an associated image |
| Modifier Groups | "modifierGroupsimageUrl" | In very specific use cases, modifier groups can have an image |
Deliverect will host images synced from a POS system or uploaded by a user (more info on manual upload here)
Hosted images will be sent as a URL like the example below;
| Segment | Description |
|---|---|
| https://resizer.staging.deliverect.com/ | Base URL of our image resizer |
-2NUaOqszu.../ | Unique ID of image |
| rt:fill/g:ce/el:0/ | Rendering parameters |
| cb:d74d2dae7c414232a7d4558ef4678ecb/ | Cache buster |
aHR0cHM6Ly9kZ... | Base64 encoding for original image URL |
| .jpg | Image format |
Maintaining Updated Images
Image URL Changes
Each menu published can generate a new version of the image URL. This helps ensure changes to the image are updated within online menus, but will apply, even if the underlying image hasn't changed.
Integration partners can avoid re-downloading and re-processing an image on every menu publish by following one of the recommended approaches below. This will help determine when a 're-pull' of an image is actually necessary via a conditional request approach using either the Etag or the Last-Modified value;
Option 1: ETag
- Store the image URL alongside the
Last-Modifiedheader value returned when you last fetched it. - On each subsequent menu publish, send a conditional request with
If-Modified-Since: <Last-Modified>. - Apply the same 304 / 200 handling logic as above.
Option 2: Last-Modified
Store the image URL alongside the Last-Modified header value returned when you last fetched it.
| Approach | Header sent |
|---|---|
| ETag | If-None-Match |
| Last-Modified | If-Modified-Since |
Menu Snippet
Below is a condensed menu payload showing where each image URL is located;
[
{
"availabilities": [],
"categories": [
{
"_id": "6579df312b1b7fb35c2cc459",
"name": "Drinks",
"imageUrl": "https://resizer.deliverect.com/UBcWMeTD3XSmUUH1da7NMEVi0TwWDDv9dI8unu9_xcw/rt:fill/g:ce/el:0/cb:9531913724da49749e44c1423893c002/aHR0cHM6Ly9kZWxpdmVyZWN0LWEyOGNmMmExNzc3NS5pbnRlcmNvbS1hdHRhY2htZW50cy0xLmNvbS9pL28vNzU2NTc1OTMwL2M3YTQzOTk3Y2RhMTY3ZDQxM2U2ODIwYy9tY2VjbGlwMC5wbmc=.jpg"
}
],
"channelLinkId": "66193f9dfe65ea65b85c4f93",
"menu": "My Menu",
"menuId": "6579df312b1b7fb35c2cc456",
"menuImageURL": "https://resizer.deliverect.com/UBcWMeTD3XSmUUH1da7NMEVi0TwWDDv9dI8unu9_xcw/rt:fill/g:ce/el:0/cb:9531913724da49749e44c1423893c002/aHR0cHM6Ly9kZWxpdmVyZWN0LWEyOGNmMmExNzc3NS5pbnRlcmNvbS1hdHRhY2htZW50cy0xLmNvbS9pL28vNzU2NTc1OTMwL2M3YTQzOTk3Y2RhMTY3ZDQxM2U2ODIwYy9tY2VjbGlwMC5wbmc=.jpg",
"menuType": 0,
"modifierGroups": {
"66193faea38a270cd82a21cd": {
"_id": "66193faea38a270cd82a21cd",
"name": "Choose a Sauce",
"imageUrl": "https://resizer.deliverect.com/UBcWMeTD3XSmUUH1da7NMEVi0TwWDDv9dI8unu9_xcw/rt:fill/g:ce/el:0/cb:9531913724da49749e44c1423893c002/aHR0cHM6Ly9kZWxpdmVyZWN0LWEyOGNmMmExNzc3NS5pbnRlcmNvbS1hdHRhY2htZW50cy0xLmNvbS9pL28vNzU2NTc1OTMwL2M3YTQzOTk3Y2RhMTY3ZDQxM2U2ODIwYy9tY2VjbGlwMC5wbmc=.jpg",
"plu": "100060",
"productType": 3,
"subProducts": [
"6618652cec388eeb3f5790b7"
],
"takeawayTax": 0
}
},
"modifiers": {
"6618652cec388eeb3f5790b7": {
"_id": "6618652cec388eeb3f5790b7",
"name": "Truffle Cream Sauce",
"imageUrl": "https://resizer.deliverect.com/UBcWMeTD3XSmUUH1da7NMEVi0TwWDDv9dI8unu9_xcw/rt:fill/g:ce/el:0/cb:9531913724da49749e44c1423893c002/aHR0cHM6Ly9kZWxpdmVyZWN0LWEyOGNmMmExNzc3NS5pbnRlcmNvbS1hdHRhY2htZW50cy0xLmNvbS9pL28vNzU2NTc1OTMwL2M3YTQzOTk3Y2RhMTY3ZDQxM2U2ODIwYy9tY2VjbGlwMC5wbmc=.jpg",
"price": 800,
"productType": 2
}
},
"products": {
"66193faea38a270cd82a21ce": {
"_id": "66193faea38a270cd82a21ce",
"name": "Hand Cut Fries",
"imageUrl": "https://resizer.deliverect.com/UBcWMeTD3XSmUUH1da7NMEVi0TwWDDv9dI8unu9_xcw/rt:fill/g:ce/el:0/cb:9531913724da49749e44c1423893c002/aHR0cHM6Ly9kZWxpdmVyZWN0LWEyOGNmMmExNzc3NS5pbnRlcmNvbS1hdHRhY2htZW50cy0xLmNvbS9pL28vNzU2NTc1OTMwL2M3YTQzOTk3Y2RhMTY3ZDQxM2U2ODIwYy9tY2VjbGlwMC5wbmc=.jpg",
"plu": "PR60",
"posCategoryIds": [
"SD"
],
"price": 890,
"productType": 1,
"subProducts": [
"66193faea38a270cd82a21cd"
]
}
},
"productTags": [],
"snoozedProducts": {}
}
]Updated about 7 hours ago
