Skip to content

E-shop design

Request

Information about queried e-shop template setting (defined by token).
backgroundImage value can internally contain the link to a transparent
reference gif, in this case the API returns a NULL value.

Security
shoptetAccessToken or shoptetPrivateApiToken
Headers
Content-Typestringrequired
Default:"application/json"
curl -i -X GET \
  https://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/eshop/design \
  -H 'Content-Type: application/json' \
  -H 'Shoptet-Access-Token: YOUR_API_KEY_HERE'

Responses

OK

Bodyapplication/json
dataobjectrequired
errorsArray of objects or null(Errors)required
metadataobject(Metadata)required
Response
{ "data": { "template": {}, "layout": {}, "colorScheme": {}, "fonts": {}, "header": {}, "background": {} }, "errors": [ {} ], "metadata": { "requestId": "019c8c34-64f3-7328-af43-bf1e34fa39d7" } }