Resources

Changelog

Every change to the published API contract and the MCP connector, newest first. Within v1, changes are additive only — clients must ignore response fields they do not recognize. A breaking change would ship as v2 with a Deprecation/Sunset window on v1, except for the explicit private-beta correction recorded below.

2026-08-11 — Remove metaobject label translations (private-beta v1 exception)

Removed GET /api/v1/metaobject-definitions/{id}/translations. Metaobject definition display names and field labels are not translation resources in Peak PIM. The definition's translatable capability remains supported and continues to enable entry-value translation in Shopify Translate & Adapt. The get_master_translations_v1 MCP tool now supports products and collections only.

This is an explicit breaking-change exception while v1 remains in private beta. The original 2026-07-31 entry remains below as superseded release context. Product and collection translation reads are unchanged.

2026-07-31 — Public API: operations surface

Added. Reads require pim:read unless noted.

Notes for integrators:

2026-07-31 — MCP connector: operations tools

16 new tools, bringing the catalog to 28. Same consent tiers; reads need the read tier unless noted.

2026-07-28 — Public API: v1 read API

Added, all requiring the pim:read scope:

Notes for integrators:

Already live from the platform foundations, unchanged here: GET /api/v1/ping, pk_live_ bearer keys with scopes, the typed error envelope, the X-RateLimit-* headers and 429 budget, and ETag/If-None-Match on reads.

2026-07 — MCP connector: v1 tools