Store details for pickup orders including location and availability information.
Fields
store_id
IntA unique identifier for the store. Example: 2001
name
StringThe name of the store or pickup location. Example: 'Fynd Andheri'
pincode
StringThe postal code of the store's location. Example: '400059'
distance
FloatThe distance between the store and the customer's location. Example: 2.5
address
StringThe full address of the store. Example: '12, MIDC Rd, Andheri East, Mumbai'
store_hours
[StoreHours]The store's operational hours for each day of the week. Example: [{ weekday: 'Monday', opening: { hour: 9, minute: 0 }, closing: { hour: 21, minute: 0 }, open: true }]
Was this section helpful?