Skip to main content
Skip table of contents

Product Export API

The export API allows you to pull products from the website’s product database for a number of reasons.

Generally, the product export only contains the website’s local items, and not any vendor-supplied Premium Vendor items.

Post Variables

  • export_items=1: REQUIRED: this sets the import/export mode to export

  • direct_export=1: this includes the itemID, which is not part of the standard import CSV format

cURL Example

BASH
curl -X POST "http://{DOMAIN}/sitemanager/import-jewelry-data?authKey={AUTHKEY}" -d "export_items=1"
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.