# PUT /external/api/stores **PUT /external/api/stores** ## Servers - Test environment: http://test.api.fygi.store (Test environment) - Demo environment: https://demo.api.fygi.store (Demo environment) - Production environment: https://api.fygi.store (Production environment) ## Authentication methods - Authorization key ## Parameters ### Body: application/json (array[object]) - **id** (string) - **title** (string) - **handle** (string) - **subTitle** (string | null) - **relatedProductsTitle** (string | null) - **active** (boolean) - **address** (string) - **postalCode** (string) - **city** (string) - **enterMessage** (object) - **exitMessage** (object) - **checkoutMessage** (object) - **currencyCode** (string) - **cultureName** (string) - **legalIdentifier** (string) - **customerServiceEmail** (string) - **selfCheckoutThresholdAmount** (integer(int32) | null) - **selfCheckoutPercent** (integer(int32) | null) - **adjustmentTypes** (array[string(uuid)] | null) - **storeProfileId** (string(uuid)) ## Responses ### 200 Success [Powered by Bump.sh](https://bump.sh)