8.1


API Changelog — v8.1

Release Date: 04 April 2026


🚀

New

Two new PIM endpoints added: GET /products/attachments/getContent for downloading product attachment binary content, and GET /regulations/history for retrieving regulation change history.


New Endpoints

PIM

MethodPathTagDescription
GET/products/attachments/getContentPIMDownload product attachment binary content
GET/regulations/historyPIMRetrieve regulation change history

GET /products/attachments/getContent — Parameters:

NameInTypeRequiredDescription
productIdentValuequerystring✅ YesProduct identifier value
productIdentTypequerystring✅ YesProduct identifier type
attachmentIdqueryinteger✅ YesProduct attachment ID

GET /regulations/history — Parameters:

NameInTypeRequiredDescription
typequerystringNoType of history
shopIdqueryintegerNoShop's ID
countryquerystringNoCountry ISO code
langIdquerystringNoLanguage ISO code
resultsPagequeryintegerNoPage number, starts at 0
resultsLimitqueryintegerNoResults per page (1–100)

Schema Changes

Added schemas (2):

ProductAttachmentsGetContentResponse, RegulationsHistoryAPIModel


Generated from OpenAPI diff: v8.0 → v8.1


Did this page help you?