Integration

This section covers the basic integration principles and how these are supported by PIM and how you can develop your bespoke use-cases using the PIM APIs.

Integration would basically require data exchange & executing operations between different systems at different stages and frequency depending upon the use cases. From any system perspective, the integration would be either of the 2 between various systems:

TypeDescriptionPIM Support
InboundData / operation coming IN to the system.REST APIs - All the product, related entities data and operations are exposed for create/update/delete/fetch via APIs.
OutboundData / operation going OUT calling any 3rd party system.1) Webhooks - Realtime updates on specific events. 2) Scheduled Exports - Configure as many feeds and fields as you need to publish on scheduled basis at the desired SFTP or BLOB locations.