Skip to main content

Data Storage

Files — CSV exports are stored at Administration > Site Development > Development Setup > Impex directory in src/feeds/kleep/orders and src/feeds/kleep/products. Folders are created automatically on first job run. Custom Objects — A KleepExportDateTracker custom object type is created, with two instances:
  • product — last export date for KleepExportProductsCSV
  • order — last export date for KleepExportOrdersCSV
image.png Custom Attributes — The metadata import also adds a Kleep attribute group with three export-tracking attributes on both the Product and Order system objects:
AttributeTypePurpose
kleepLastExporteddatetimeTimestamp of the last successful export
kleepLastExportedFailuredatetimeTimestamp of the last failed export attempt
isKleepExportedbooleanWhether the record has been exported (used by delta export)
These are managed automatically by the export jobs — you don’t need to set them manually.

Known Issues

  • The Kleep button and tracking events (product_viewed, product_added_to_cart) do not work with the quick view (PLP).
  • KleepExportProductsCSV with ExportType: Full is limited to catalogs with < 20,000 master products (api.jsCollectionSize quota).