API Release news from March 9, 2026

Here’s what’s new in API release that’s been in production since March 9, 2026!

Breaking Changes:

Request ID added to all API responses

Example of a successful response body:

    {
        "data": {
            "contactInformation": {
                "eshopName": "www.domena-eshopu.cz",
                "url": "https:\/\/www.domena-eshopu.cz\/",
                "companyId": "28935675",
               ...
            }
            ...
        },
        "errors": 'null',
        "metadata": {
            "requestId": "019c8c34-64f3-7328-af43-bf1e34fa39d7"
        }
    }

Example of a unsuccessful response body:

    {
        "data": 'null',
        "errors": [
            {
                "errorCode": "missing-access-token",
                "message": "Missing access token. Please add `Shoptet-Access-Token` header to your request.",
                "instance": "unknown"
            }
        ],
        "metadata": {
            "requestId": "019c8c34-64f3-7328-af43-bf1e34fa39d7"
        }
    }

Deprecation of buyPrice

Deprecation of shippingCompanyCode & response code update

Mandatory field countryCode in orders

New location of reviews endpoints

Upcoming credit notes & orders upcoming validation changes


New features:

New version of SDK


If you have any API-related questions, feedback or requests, please do not hesitate to contact us on api@shoptet.cz. We would love to hear from you!

Post navigation