Category Images on the Menu Push

Introduction

Customers can upload images for their categories when creating or editing a menu in Deliverect.

An example showing a category with an uploaded image

An example showing a category with an uploaded image

When publishing a menu from Deliverect, the image URLs for the categories are included in the menu JSON payload.

Example

"categories": [{
        "_id": "68**********5",
        "name": "Steak & Burgers",
        "description": "Something from the Grill",
        "descriptionTranslations": {},
        "nameTranslations": {},
        "account": "68**********5",
        "posLocationId": "",
        "posCategoryType": "",
        "posCategoryId": "",
        "imageUrl": "https://resizer.staging.deliverect.com/sleF-mAvk5JjdKIzudwFIj6YetgFhMozKUeYjnr4Bbo/rt:fill/g:ce/el:0/cb:16783f839f0b4b4a915328930315bf91/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2lrb25hLWJ1Y2tldC1zdGFnaW5nL2ltYWdlcy81ZmY2ZWUwODkzMjhjOGFlZmVlYWJlMzMvZ3JpbGwtNjIyYTJjNDhjNzE1YjQwM2IwZWI3MmJlLmpwZWc=.jpg",
        "subCategories": [],
        "products": ["62331d0f7ea02f4d0b4208e2", "62331d0f7ea02f4d0b4208fa", "62331d0f7ea02f4d0b4208fd", "62331d0f7ea02f4d0b4208fc", "62331d0f7ea02f4d0b4208fe"],
        "availabilities": [],
        "level": 1,
        "menu": "62331d0f7ea02f4d0b42092b",
        "sortedChannelProductIds": [],
        "subProducts": ["62331d0f7ea02f4d0b4208e2", "62331d0f7ea02f4d0b4208fa", "62331d0f7ea02f4d0b4208fd", "62331d0f7ea02f4d0b4208fc", "62331d0f7ea02f4d0b4208fe"],
        "subProductSortOrder": ["STK-01", "P-BRGR", "P-BURG-CHE", "P-BURG-CHK", "P-BURG-VEG"]
    }]