Store Locations are the physical locations from where you are operating your business.
| Value | Description |
|---|---|
| title Type: string Required | Title for the store location. Example: My Fashion Store |
| email Type: string Required | Email address for the store location. Example: |
| phone Type: string Required | Contact number for the store location. Example: 7458721694 |
| address Type: string Required | Address for the store location. Example: A1 456 Spaze IT Tech Park, Palk Street |
| city Type: string | City where the store is located. Example: Gurugram |
| country Type: string Read Only | Country code of the country, where the store is located. Example: IN |
| country_name Type: string Required | Name of the country where the store is located. Example: India |
| state Type: string Required | Name of the state where the store is located. Example: Haryana |
| zip_code Type: string Read Only | Zip code or postal code for the store location. Example: 122001 |
| state_code Type: string Read Only | State Code of the state where the store is located Example: HR |
| user_id Type: string Required | Seller ID of the seller to whom the store location belongs. Example: 58c0e4c8029c76d907da0924 |
| show_on_website Type: string | It denotes that the store location will be visible on website. Example: 1 |
| longitude Type: string | Longitude coordinate where the store is located. Longitude coordinate is between-180 and 180. Example: 77.0397968 |
| latitude Type: string | Latitude coordinate where the store is located. Latitude coordinate is between- 90 and 90. Example: 28.413605 |