8.0


API Changelog — v8.0

Release Date: 11 March 2026


⚠️

Breaking Change

Five PIM endpoints removed: GET /products/attachments/getContent, GET /regulations/history, and the complete GET/POST/PUT set for /products/marketing/promotion. All callers must be updated before upgrading.

🗑

Removed

5 endpoints removed. See Migration Guide.


Removed Endpoints ⚠️

MethodPathTag
GET/products/attachments/getContentPIM
GET/products/marketing/promotionPIM
POST/products/marketing/promotionPIM
PUT/products/marketing/promotionPIM
GET/regulations/historyPIM

Schema Changes

Removed schemas (2): ⚠️

ProductAttachmentsGetContentResponse, RegulationsHistoryAPIModel


Migration Guide

⚠️

Action required before upgrading to v8.0

  1. GET /products/attachments/getContent — Remove or replace all calls to this endpoint. Parameters productIdentValue, productIdentType, attachmentId (all required) are no longer accepted.

  2. GET /products/marketing/promotion — Remove or replace all calls to this endpoint.

  3. POST /products/marketing/promotion — Remove or replace all calls to this endpoint.

  4. PUT /products/marketing/promotion — Remove or replace all calls to this endpoint.

  5. GET /regulations/history — Remove or replace all calls to this endpoint.

  6. ProductAttachmentsGetContentResponse, RegulationsHistoryAPIModel — Remove any references to these schemas from your integration code.


Generated from OpenAPI diff: v7.21 → v8.0




Did this page help you?