Fields
_custom_json
JSONCustom JSON data for additional store configuration and metadata.
custom_json
JSONCustom JSON data for additional store configuration and metadata.
address
StoreAddressComplete store address including street, city, state, and coordinates.
company
CompanyStoreCompany information that owns and operates the store.
contact_numbers
[StorePhoneNumber]List of store contact phone numbers with country codes.
departments
[StoreDepartment]List of departments available within the store (e.g., Electronics, Fashion, Home).
manager
StoreManagerSerializer!Required
Store manager contact and identification information.
name
StringDisplay name of the store (e.g., 'Downtown Mall Store', 'Airport Branch').
store_code
StringUnique store code or identifier for internal reference (e.g., 'NYC001', 'LAX024').
timing
[StoreTiming]Store operating hours for each day of the week with opening and closing times.
uid
Int!Required
Unique numeric identifier for the store (e.g., 123, 456, 789).
additional_contacts
[ContactDetails]Additional contact numbers and information for the store.
company_id
IntIdentifier of the parent company to which the store belongs.
display_name
StringDisplay name of the store as shown to customers (e.g., 'Central Park Store').
store_type
StringType classification of the store (e.g., 'retail', 'warehouse', 'flagship', 'outlet').
auto_invoice
BooleanIndicates whether automatic invoice generation is enabled for the store.
credit_note
BooleanIndicates whether credit note issuance feature is enabled for returns and refunds.
stage
StringCurrent operational stage or status of the store (e.g., 'verified', 'pending', 'active').
gst_credentials
GSTCredentialsConfigurationGST (Goods and Services Tax) credentials and configuration for the store.
product_return_config
ProductReturnConfigurationProduct return policy and configuration settings for the store.
avg_order_processing_time
OrderProcessingTimeAverage order processing time at this store location.
bulk_shipment
BooleanWhether bulk shipment processing is enabled for large orders.
default_order_acceptance_timing
BooleanWhether the store uses default order acceptance timing configuration.
order_acceptance_timing
[OrderTiming]Custom order acceptance timing schedule for weekdays when not using defaults.
auto_assign_courier_partner
BooleanWhether courier partner assignment is done automatically by the system.
Was this section helpful?