API Release news from January 29, 2024

Upcoming Breaking changes:

taxMode deprecation and new vatMode attribute


Improvements:

One stop shop (OSS) identification available via API


Bugfixes:

New exception while setting variant visible:false on sigle variant product

{
    "data": null,
    "errors": [
        {
            "errorCode": "invalid-request-data",
            "message": "It is not possible to set \"visible\" to false for single variant product.",
            "instance": "payload"
        }
    ]
}

Post navigation