query

store

Get details about a store based on its location Id.
Arguments
locationId
Int!
Required
Unique identifier for store.
Response
custom_json
JSON
Custom JSON data related to the store.
The address details of the store.
Information about the company that owns the store.
contact_numbers
[StorePhoneNumber]
Contact details for the store.
A list of departments within the store.
The manager's email address for the store.
name
String
The name of the store.
store_code
String
A unique code or identifier for the store, often used for internal reference.
Represents the opening and closing times for a store on a specific weekday.
uid
Int
Unique identifier for the store.
additional_contacts
[ContactDetails]
List of additional contacts for the store.
company_id
Int
Identifier of the company to which the store belongs.
display_name
String
Display name of the store.
store_type
String
Type of the store.
auto_invoice
Boolean
Whether auto-invoice is enabled for the store.
credit_note
Boolean
Whether credit note issuance is enabled.
stage
String
Stage or status of the store (e.g., verified).
gst_credentials
GSTCredentials
GST credentials for the store.
product_return_config
ProductReturnConfig
Product return configuration for the store.
avg_order_processing_time
OrderProcessingTime
Average order processing time.
bulk_shipment
Boolean
Whether bulk shipment is enabled for the store.
default_order_acceptance_timing
Boolean
Whether default order acceptance timings are enabled.
order_acceptance_timing
[OrderTiming]
List of order acceptance timings for each weekday.
auto_assign_courier_partner
Boolean
Whether courier partner assignment is automatic.
Query
Loading...
Try it
Input Variables
Loading...
Response
Loading...