Skip to main content
Call GET /v1/exports to receive product, store, and inventory file links pinned to the same immutable publication revision.
Each gzip-compressed NDJSON file starts with one nektir_export_header record containing its schema version, revision, publication time, and data-record count. Remaining records have record_type equal to product, store, or inventory and a data object. Download every file from one manifest before switching revisions. A file’s strong ETag and bytes never change, but an older revision remains available only during the API’s publication-history retention window. Store the revision UUID with your imported rows and publish your own synchronized view only after all expected files and record counts validate. Bulk exports reduce API pagination work; they do not alter upstream polling or make source data newer.