24 September 2026
ExtensibilityProduct catalog
You can now extend the Products API with custom business logic using API Extensions. By using API Extensions, you can run your own logic before the data is persisted on create and update requests to Products.
Common practical use cases:
- Custom validation: block product creation if SKU data doesn't match internal conventions.
- Automated data enrichment: automatically fetch and append content from a PIM.
- Content filtering: intercept updates to product descriptions, scan them for banned words, and either reject the update or automatically redact the text.
Changes:
- [API] Added
productto ExtensionResourceTypeId.