Details of a store, including its contact information, address, and geographic coordinates.
Fields
custom_json
JSONCustom JSON data related to the store.
address
StoreAddressSerializerThe address details of the store.
company
CompanyStoreInformation about the company that owns the store.
contact_numbers
[StorePhoneNumber]Contact details for the store.
departments
[StoreDepartment]A list of departments within the store.
manager
StoreManagerSerializerThe manager's email address for the store.
name
StringThe name of the store.
store_code
StringA unique code or identifier for the store, often used for internal reference.
timing
[StoreTiming]Represents the opening and closing times for a store on a specific weekday.
uid
IntUnique identifier for the store.
additional_contacts
[ContactDetails]List of additional contacts for the store.
company_id
IntIdentifier of the company to which the store belongs.
display_name
StringDisplay name of the store.
store_type
StringType of the store.
auto_invoice
BooleanWhether auto-invoice is enabled for the store.
credit_note
BooleanWhether credit note issuance is enabled.
stage
StringStage or status of the store (e.g., verified).
gst_credentials
GSTCredentialsGST credentials for the store.
product_return_config
ProductReturnConfigProduct return configuration for the store.
avg_order_processing_time
OrderProcessingTimeAverage order processing time.
bulk_shipment
BooleanWhether bulk shipment is enabled for the store.
default_order_acceptance_timing
BooleanWhether default order acceptance timings are enabled.
order_acceptance_timing
[OrderTiming]List of order acceptance timings for each weekday.
auto_assign_courier_partner
BooleanWhether courier partner assignment is automatic.
Was this section helpful?