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:
Type | Description | PIM Support |
---|---|---|
Inbound | Data / 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. |
Outbound | Data / 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. |