| id | String | Id that will be used on searching store | [default to null] |
| store_bg | String | Store background image | [default to null] |
| opening_hour_buffer | BigDecimal | Store order opening buffer, this indicates if the store accepts order even before opening hour, defaults to 0 if is_accepting_in_advanced_orders is true e.g. If store opening hour is 09:00 and opening_hour_buffer = 30 then you can start accepting order at 08:30 for both ASAP (time assigned will still be 09:00) and pre orders | [default to null] |
| delivery_distance_limit | BigDecimal | Store distance limit for deliveries (in kilometers) | [optional] [default to null] |
| store_hours | List | Store opening and closing time | [default to null] |
| name | String | Store display name | [default to null] |
| store_logo | String | Store display logo | [default to null] |
| store_description | String | Store description | [default to null] |
| location | String | Store address string used in delivery order type | [optional] [default to null] |
| geocode_location | String | Store JSON geocoded address | [optional] [default to null] |
| store_tags | List | Store tags | [optional] [default to null] |
| contact_number | String | Merchant displayed contact number | [default to null] |
| is_store_open | Boolean | Store status helper, pertains to store being open and will be accepting order | [default to null] |
| is_accepting_in_advanced_orders | Boolean | Pre-order feature is enabled, if set to true it means you can accept order anytime until days_accepting_in_advanced_orders | [default to null] |
| days_accepting_in_advanced_orders | BigDecimal | Pre-order limit in days | [default to null] |
| pre_order_to_order_queue_timer | BigDecimal | Store order prep time in minutes | [default to null] |
| meal_plan_order_time | String | Designated time for meal plan in military time | [default to null] |