# Get v1 store store configs **GET /V1/store/storeConfigs** ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ### Query parameters - **storeCodes** (array[string]) ## Responses ### 200 200 Success. #### Body: (array[object]) - **id** (integer) Store id - **code** (string) Store code - **website_id** (integer) Website id of the store - **locale** (string) Store locale - **base_currency_code** (string) Base currency code - **default_display_currency_code** (string) Default display currency code - **timezone** (string) Timezone of the store - **weight_unit** (string) The unit of weight - **base_url** (string) Base URL for the store - **base_link_url** (string) Base link URL for the store - **base_static_url** (string) Base static URL for the store - **base_media_url** (string) Base media URL for the store - **secure_base_url** (string) Secure base URL for the store - **secure_base_link_url** (string) Secure base link URL for the store - **secure_base_static_url** (string) Secure base static URL for the store - **secure_base_media_url** (string) Secure base media URL for the store - **extension_attributes** (object) ExtensionInterface class for @see \Magento\Store\Api\Data\StoreConfigInterface ### default Unexpected error #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace [Powered by Bump.sh](https://bump.sh)