8.0
API Changelog — v8.0
Release Date: 11 March 2026
Breaking ChangeFive PIM endpoints removed:
GET /products/attachments/getContent,GET /regulations/history, and the completeGET/POST/PUTset for/products/marketing/promotion. All callers must be updated before upgrading.
Removed Endpoints ⚠️
| Method | Path | Tag |
|---|---|---|
GET | /products/attachments/getContent | PIM |
GET | /products/marketing/promotion | PIM |
POST | /products/marketing/promotion | PIM |
PUT | /products/marketing/promotion | PIM |
GET | /regulations/history | PIM |
Schema Changes
Removed schemas (2): ⚠️
ProductAttachmentsGetContentResponse, RegulationsHistoryAPIModel
Migration Guide
Action required before upgrading to v8.0
-
GET /products/attachments/getContent— Remove or replace all calls to this endpoint. ParametersproductIdentValue,productIdentType,attachmentId(all required) are no longer accepted. -
GET /products/marketing/promotion— Remove or replace all calls to this endpoint. -
POST /products/marketing/promotion— Remove or replace all calls to this endpoint. -
PUT /products/marketing/promotion— Remove or replace all calls to this endpoint. -
GET /regulations/history— Remove or replace all calls to this endpoint. -
ProductAttachmentsGetContentResponse,RegulationsHistoryAPIModel— Remove any references to these schemas from your integration code.
Generated from OpenAPI diff: v7.21 → v8.0
Updated 3 months ago