Skip to main content

StorePartialClass

Properties

NameTypeDescriptionNotes
idStringId that will be used on searching store[default to null]
store_bgStringStore background image[default to null]
opening_hour_bufferBigDecimalStore 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_limitBigDecimalStore distance limit for deliveries (in kilometers)[optional] [default to null]
store_hoursListStore opening and closing time[default to null]
nameStringStore display name[default to null]
store_logoStringStore display logo[default to null]
store_descriptionStringStore description[default to null]
locationStringStore address string used in delivery order type[optional] [default to null]
geocode_locationStringStore JSON geocoded address[optional] [default to null]
store_tagsListStore tags[optional] [default to null]
contact_numberStringMerchant displayed contact number[default to null]
is_store_openBooleanStore status helper, pertains to store being open and will be accepting order[default to null]
is_accepting_in_advanced_ordersBooleanPre-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_ordersBigDecimalPre-order limit in days[default to null]
pre_order_to_order_queue_timerBigDecimalStore order prep time in minutes[default to null]
meal_plan_order_timeStringDesignated time for meal plan in military time[default to null]

[Back to Model list] [Back to API list] [Back to README]