Envie
ReferenceApi

Get storefront configuration

GET
/v1/storefront/config

Header Parameters

accept-language*string

Response Body

application/json

curl -X GET "https://example.com/v1/storefront/config" \  -H "accept-language: string"
{  "shop": "string",  "plan": "FREE",  "guestEnabled": true,  "shareEnabled": true,  "strings": {    "property1": "string",    "property2": "string"  },  "itemLimit": -9007199254740991}