Eats365 – Menu & Restaurant

Estimated reading time: 3 min

What your automation will do…

EATS365 Eats365 - Menu & Restaurant

Configuration Table:

Input Options (Field Mapping):

  • Input: Allows dynamic inputs, e.g., from a Trigger or from Step responses. Input tab>uncheck “Show recommended” to see all fields).
  • Default Value: Select value from a defined list or specify a fixed attribute.
  • Manual input: Set a custom value by using the Lightning Bold feature (⚡ icon).

(*) required field

NameGet Menu of Restaurant
ConnectionSelect your connection or create one.

MAP FIELDS

Restaurant Code*

Provide the unique identifier of restaurant in Eats365.

If Not Found consider as

Success – When the record is not found during execution, the system does not treat this as an error. Instead, it considers the operation successful and continues with the workflow.

Failed – Wiresk treats this as an error or failure. The workflow stops or takes a predefined failure action.

Sample response
{
  "category_list": [
    {
      "id": 0,
      "start_time": 0,
      "has_end_time": true,
      "end_time": 0,
      "status": 0,
      "name": {
        "[locale]": "string"
      },
      "operation_time_list": [
        {
          "day_of_week": 1,
          "time_pair_list": [
            {
              "start": "string",
              "end": "string"
            }
          ]
        }
      ],
      "custom_dates_operation_time_list": [
        {
          "is_excluded": true
        }
      ],
      "employee_role_enablements": [
        {
          "id": "string",
          "is_enable": true
        }
      ],
      "application_permission": {
        "is_self_serv_supported": true,
        "is_user_application_supported": true,
        "is_website_supported": true
      },
      "ordering_platform_permission": {
        "is_foodpanda_supported": true,
        "is_ubereat_supported": true,
        "is_deliveroo_supported": true,
        "is_deliverect_supported": true,
        "is_grabfood_supported": true
      },
      "product_list": [
        {
          "type": 0,
          "has_image": true,
          "image_url": "string",
          "tax_group_id": 0
        }
      ],
      "has_cover_image": true,
      "cover_image_url": "string"
    }
  ],
  "custom_menu_list": [
    {
      "id": 0,
      "category_uid_list": [],
      "name": {
        "[locale]": "string"
      },
      "start_time": 0,
      "has_end_time": true,
      "end_time": 0,
      "has_image": true,
      "image_url": "string",
      "operation_time_list": [
        {
          "day_of_week": 1,
          "time_pair_list": [
            {
              "start": "string",
              "end": "string"
            }
          ]
        }
      ],
      "custom_dates_operation_time_list": [
        {
          "is_excluded": true
        }
      ]
    }
  ],
  "master_modifier_value_list": [
    {
      "id": 0,
      "name": {
        "[locale]": "string"
      },
      "code": "string",
      "is_track_quantity": true,
      "remaining_quantity": 0
    }
  ],
  "price_rule_list": [
    {
      "id": "string",
      "name": "string",
      "type": 0
    }
  ],
  "pricing_tier_list": [
    {
      "id": "string",
      "name": "string",
      "code": "string",
      "price_rule_id_list": []
    }
  ],
  "restaurant_tag_list": [
    {
      "id": 0,
      "name": {
        "[locale]": "string"
      },
      "icon_url": "string"
    }
  ],
  "version": 0,
  "msg_code": 0
}
Expand

EATS365 Eats365 - Menu & Restaurant

Object of the Restaurant includes the information and the setting of the restaurant in Eats365’s system. Partners can base on the information obtained to build different products.

Configuration Table:

Input Options (Field Mapping):

  • Input: Allows dynamic inputs, e.g., from a Trigger or from Step responses. Input tab>uncheck “Show recommended” to see all fields).
  • Default Value: Select value from a defined list or specify a fixed attribute.
  • Manual input: Set a custom value by using the Lightning Bold feature (⚡ icon).

(*) required field

NameGet Restaurant
ConnectionSelect your connection or create one.
MAP FIELDS + Add Field
Additional fields to configure the Method.

Options:

Order Setting

True – False

Include restaurant ordering rules (e.g., dine-in, takeout availability).

Receipt Template Setting

True – False

Include receipt template settings.

Delivery Setting

True – False

Include delivery settings (e.g., delivery fee, range).

Report Period

True – False

Include reporting periods for accounting.

Address

True – False

Include restaurant address.

Phone Number

True – False

Include phone number.

Restaurant Code*

Provide the unique identifier of restaurant in Eats365.

If Not Found consider as

Success – When the record is not found during execution, the system does not treat this as an error. Instead, it considers the operation successful and continues with the workflow.

Failed – Wiresk treats this as an error or failure. The workflow stops or takes a predefined failure action.

Sample response
{
  "restaurant": {
    "restaurant_code": "string",
    "payment_currency": "string",
    "name": {
      "[locale]": "string"
    },
    "phone_number": "string",
    "description": {
      "[locale]": "string"
    },
    "is_tax_inclusive": true,
    "timezone": "string",
    "receipt_template_setting": {
      "receipt_locale": "string",
      "is_item_dual_locale_enabled": true,
      "item_locale_1": "string",
      "item_locale_2": "string",
      "is_items_combined": true,
      "is_show_store_logo": true,
      "store_logo": {
        "image_url": "string",
        "level_of_contrast": 0
      },
      "extra_text_above_store_logo": "string",
      "extra_text_below_store_logo": "string",
      "extra_text_at_bottom": "string",
      "is_show_restaurant_name": true,
      "is_show_restaurant_phone_number": true,
      "is_show_restaurant_address": true,
      "is_show_receipt_number": true,
      "is_show_combo_option_amount": true,
      "is_show_modifier_amount": true,
      "is_show_barcode": true,
      "is_show_image_at_bottom": true,
      "image_at_bottom": {}
    },
    "ordering_setting": {
      "service_type": 0,
      "type_of_calculating_product_price": 0
    },
    "delivery_setting": {
      "delivery_fee": [
        {
          "lower_limit": null,
          "charge": null
        }
      ]
    },
    "report_period_list": [
      {
        "id": "string",
        "name": "string",
        "start_time": "string",
        "end_time": "string"
      }
    ],
    "address": {
      "[locale]": {
        "city": "string",
        "street1": "string",
        "street2": "string"
      }
    }
  }
}
Expand