Skip to content

Latest commit

 

History

History
61 lines (57 loc) · 5.32 KB

File metadata and controls

61 lines (57 loc) · 5.32 KB

Store

Properties

Name Type Description Notes
store_id int Store identifier [optional]
store_group_id int Store group id to which this store belongs [optional]
address \Flipdish\Client\Models\StoreAddress Store address [optional]
delivery_zones \Flipdish\Client\Models\DeliveryZone[] Delivery zones [optional]
apm_phone_number string Automated Phone Marketing number [optional]
pickup_hours \Flipdish\Client\Models\BusinessHoursPeriod[] Pickup hours [optional]
delivery_hours \Flipdish\Client\Models\BusinessHoursPeriod[] Delivery hours [optional]
menu_id int Menu identifier [optional]
order_confirmation_message_override_delivery string Overridden confirmation message for delivery orders [optional]
order_confirmation_message_override_pickup string Overridden confirmation message for pickup orders [optional]
printout_layout_type string Printout layout [optional]
store_notes \Flipdish\Client\Models\StoreNote[] Store notes [optional]
microsoft_time_zone string Microsoft Time Zone Index Values (https://msdn.microsoft.com/en-us/library/ms912391) (Editable through store coordinate change) [optional]
iana_time_zone string IANA Time Zone (https://www.iana.org/time-zones) (Editable through store coordinate change) [optional]
currency string Currency (derived from Store Group) [optional]
pre_order_delivery_enabled bool Is PerOrder Enabled for Delivery [optional]
pre_order_pickup_enabled bool Is PerOrder Enabled for Pickup [optional]
logo_url string Url for logo image [optional]
fraud_prevention_strategy string Fraud Prevention Strategy [optional]
app_ids string[] Store's app ids [optional]
property_id string Property Id [optional]
phone_number string Phone number [optional]
always_appear_open bool True if the store always appears open [optional]
pre_order_enabled bool True if the store accepts pre-orders [optional]
take_out_enabled bool True if the store accepts take-out orders [optional]
table_service_enabled bool True if the store has table service [optional]
dine_in_enabled bool True if the store accepts dine-in orders [optional]
allow_pre_orders_and_table_service bool True if both pre-orders and talbe service can be enabled [optional]
pickup_enabled bool True if the store accepts pickup orders [optional]
delivery_enabled bool True if the store accepts delivery orders [optional]
card_order_delivery_enabled bool True if the store accepts card payment for delivery orders [optional]
cash_orders_delivery_enabled bool True if the store accepts cash payment for delivery orders [optional]
card_orders_pickup_enabled bool True if the store accepts card payment for pickup orders [optional]
cash_orders_pickup_enabled bool True if the store accepts cash payment for pickup orders [optional]
tips_enabled bool True if the store accepts tips [optional]
automatically_accept_orders bool True if the stores orders are automatically accepted in Flipdish [optional]
open_for_delivery bool True if the store is open for delivery [optional]
open_for_pickup bool True if the store is open for pickup [optional]
minimum_pickup_order_amount double Minimum pickup order amount [optional]
require_customer_name_for_pickup bool True if customer name required for pickup orders [optional]
gdpr_customer_phone_numbers bool Mask your customers phone numbers printed on receipts and reduce the amout of personally identifiable customer information that is exposed. [optional]
require_customer_name_for_delivery bool True if customer name required for delivery orders [optional]
allow_chef_notes bool True if the customer is allowed enter custom notes with their orders [optional]
eta_in_pickup_confirmation_sms_enabled bool True if order confirmation sms includes estimated time when order will be ready for collection [optional]
eta_in_delivery_confirmation_sms_enabled bool True if order confirmation sms includes estimated time when order will delivered [optional]
is_archived bool Is the Store Archived [optional]
is_published bool Is the Store Published [optional]
name string Name [optional]
email_address string Email address (visible to customers) [optional]
staff_language string Staff Language (used for communication with the staff) Emails, Printouts etc [optional]
sales_channel_types string[] Sales Channel Types [optional]
inheritance_config_types string[] Inheritance Config Types [optional]

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