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
curl -X POST "http://{DOMAIN}/sitemanager/import-jewelry-data?authKey={AUTHKEY}" -d "export_items=1"