# Get Stores Endpoint for getting all client stores, both physical and online. Default properties are id and name. Depending on the clients data, there may be additional data available under the extendedProperties object. Endpoint: GET /stores Version: 4.3.0 Security: api_key ## Response 200 fields (application/json): - `id` (string) StoreId Example: "STORE-001" - `name` (string) Our main store - `extendedProperties` (object) - `extendedProperties.externalId` (string) Example: "10001" - `extendedProperties.address` (string) Example: "Kongens gate 21" - `extendedProperties.zip` (string) Example: "0153" - `extendedProperties.city` (string) Example: "Oslo" ## Response 400 fields