Productsup
Export

Export API

Expose exported product data through a REST API endpoint for third-party access.

What is it? Export API exposes exported product data through a REST API endpoint, allowing third parties to programmatically read and filter exported datasets. The data is queryable with advanced filtering capabilities similar to SQL.

How it works. After setting up an Export API destination in a channel and running an export, the data becomes available via a REST endpoint. Each destination receives a unique URL and authentication token. Data structure matches the export template configuration in a flattened format. The API supports pagination, simple filtering, group-by operations, and complex multi-criteria queries.

You can read the technical documentation here.

How is this guide?