Import
Import Connectors + Stream API
Chain Import Connectors with Stream API for pull-based sources with delta support.
Some use cases benefit from chaining Import Connectors and Stream API together.
Use when you need to pull data from a system but also want delta support. The Import Connector pulls from a source (API, FTP, cloud storage), then feeds into Stream API for permanent storage with delta support.
Best for: Large catalogs from pull-only sources where you only want to process changed products downstream.
How is this guide?