ReferenceApi
Get storefront configuration
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}