object

PickupStoreDetail

Store details for pickup orders including location and availability information.
Fields
store_id
Int
A unique identifier for the store. Example: 2001
name
String
The name of the store or pickup location. Example: 'Fynd Andheri'
pincode
String
The postal code of the store's location. Example: '400059'
distance
Float
The distance between the store and the customer's location. Example: 2.5
address
String
The 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 }]