Information about queried e-shop (defined by token). Returns the contact data and e-shop settings.
This endpoint has several sections, which are only sent when requested in the include parameter (see Section on demand.
If you state the include=imageCuts parameter within the URL, information about the image cut will also be part of the response. For more information about the chapter Product images.
Please note that languages section has meaning only if module foreign languages (Cizí jazyky) is enabled on current eshop. Otherwise you have to follow "eshopLanguage" attribute.
| Value | Section |
|---|---|
| orderAdditionalFields | The order can contain up to six additional fields, which can be freely used by the e-shop for its individual needs. The field names can be defined in administration and this section returns their names. |
| orderStatuses | The order statuses, as defined for this e-shop. |
| paymentMethods | Payment methods, as defined for this e-shop. |
| shippingMethods | Transportation options, as defined for this e-shop. |
| imageCuts | The information on image cuts (various sizes of the same image) |
| countries | Informations about eshop supported countries (name, validation atterns, ...) |
| cashDesk | Informations about eshop cash desk configuration |
Security
shoptetAccessToken or shoptetPrivateApiToken
- Mock serverhttps://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/eshop
- https://api.myshoptet.comhttps://api.myshoptet.com/api/eshop
- shoptetAccessToken
- shoptetPrivateApiToken
curl -i -X GET \
'https://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/eshop?include=orderAdditionalFields%2CorderStatuses%2CpaymentMethods%2CshippingMethods%2CimageCuts%2Ccountries%2CcashDesk' \
-H 'Content-Type: application/json' \
-H 'Shoptet-Access-Token: YOUR_API_KEY_HERE'Response
{ "data": { "contactInformation": { … }, "billingInformation": { … }, "settings": { … }, "currencies": [ … ], "taxClasses": [ … ], "activeModules": [ … ], "urls": [ … ], "socialNetworks": { … }, "orderAdditionalFields": [ … ], "orderStatuses": { … }, "paymentMethods": { … }, "shippingMethods": { … }, "imageCuts": [ … ], "languages": [ … ], "trial": false, "countries": [ … ], "cashDesk": { … } }, "errors": [ { … } ], "metadata": { "requestId": "019c8c34-64f3-7328-af43-bf1e34fa39d7" } }