8.1
API Changelog — v8.1
Release Date: 04 April 2026
NewTwo new PIM endpoints added:
GET /products/attachments/getContentfor downloading product attachment binary content, andGET /regulations/historyfor retrieving regulation change history.
New Endpoints
PIM
| Method | Path | Tag | Description |
|---|---|---|---|
GET | /products/attachments/getContent | PIM | Download product attachment binary content |
GET | /regulations/history | PIM | Retrieve regulation change history |
GET /products/attachments/getContent — Parameters:
| Name | In | Type | Required | Description |
|---|---|---|---|---|
productIdentValue | query | string | ✅ Yes | Product identifier value |
productIdentType | query | string | ✅ Yes | Product identifier type |
attachmentId | query | integer | ✅ Yes | Product attachment ID |
GET /regulations/history — Parameters:
| Name | In | Type | Required | Description |
|---|---|---|---|---|
type | query | string | No | Type of history |
shopId | query | integer | No | Shop's ID |
country | query | string | No | Country ISO code |
langId | query | string | No | Language ISO code |
resultsPage | query | integer | No | Page number, starts at 0 |
resultsLimit | query | integer | No | Results per page (1–100) |
Schema Changes
Added schemas (2):
ProductAttachmentsGetContentResponse, RegulationsHistoryAPIModel
Generated from OpenAPI diff: v8.0 → v8.1
Updated 3 months ago
Did this page help you?