# Get store Endpoint: GET /api/store/{id} Version: v1 ## Path parameters: - `id` (integer, required) Store id ## Response 200 fields (application/json): - `Id` (integer) - `DivisionCode` (string) - `Name` (string) - `DefaultName` (string) - `IsNameInherited` (boolean) - `GroupName` (string) - `DefaultGroupName` (string) - `IsGroupNameInherited` (boolean) - `SubGroupName` (string) - `DefaultSubGroupName` (string) - `IsSubGroupNameInherited` (boolean) - `Description` (string) - `DefaultDescription` (string) - `IsDescriptionInherited` (boolean) - `UniqueUrlName` (string) - `DefaultUniqueUrlName` (string) - `IsUniqueUrlNameInherited` (boolean) - `IsUniqueUrlNameManuallyMaintained` (boolean) - `ImageKey` (string) Example: "00000000-0000-0000-0000-000000000000" - `Key` (string) Example: "00000000-0000-0000-0000-000000000000" - `ImageUrl` (string) - `IsPublic` (boolean) - `IsActive` (boolean) - `EmailAddress` (string) - `PhoneNumber` (string) - `FaxNumber` (string) - `AddressLine1` (string) - `AddressLine2` (string) - `ZipCode` (string) - `Longitude` (number) - `City` (string) - `CountryId` (integer) - `OpenHoursWeekday` (string) - `OpenHoursSaturday` (string) - `OpenHoursSunday` (string) - `Region` (string) - `Latitude` (number) - `Infos` (array) - `Infos.TypeId` (integer) - `Infos.Value` (string) - `Infos.Updated` (string) - `Infos.UpdatedBy` (integer) - `Changed` (string) - `ChangedBy` (string) - `Cultures` (array) - `Cultures.CultureCode` (string) - `Cultures.IsTranslated` (boolean)