Import
Stream API
High-performance API for pushing product data into the Productsup platform with delta support.
What is it? Stream API is a high-performance API for pushing product data into the Productsup platform. It supports delta updates out of the box and permanent storage, enabling frequent, incremental changes without resending full product data.
How it works. Requires implementation against our Stream API. Once a product is sent, it's stored permanently on the platform until explicitly cleared or deleted. Only changed attributes need to be sent in subsequent updates. The API supports only predefined, flattened formats (NDJSON and JSON) to maintain performance.
How is this guide?