v1

latestOpenAPI 3.0.32026-07-173196215.4 KB
shop-configuration

Get the configuration

Retrieve information about the current shop.

get/v1/shop-configuration

Query parameters

localestring

Use enabled locale instead of default locale e.g. ?locale=de_DE.

Response

successful operation

shopIdinteger required
namestring required
shopCustomDataobject nullable required
customDataobject required
countrystring required

Example response

{
  "shopId": 139,
  "name": "aboutyou",
  "country": "DE"
}