Settings

Retrieve preferences set in the store admin

Account

Method

ZapietEats.getSettings()

Example response

{
    "pickup_enabled": true,
    "delivery_enabled": true,
    "logo": { 
        "src": "",
        "width": 180,
        "position": "center"
    },
    "animation": {
        "enabled": true
    },
    "advanced": {
        "show_closed_restaurants": true,
        "show_restaurant_address": false,
        "address_format": ""
    },
    "google": {
        "enable_suggestion": false,
        "enable_status_map": false
    },
    "company_name": "Company",
    "language": "en",
    "currency_code": "EUR",
    "translations": {
        "en": {...},
        "config": []
    }
}

Widget

Method

Example Response

Last updated