Export Products as CSV
curl --request GET \
--url https://api.headlesscommerce.io/v1/admin/products/export.csv \
--header 'Authorization: Bearer <token>'"<string>"Admin - CSV Import/Export
Export Products as CSV
Exports all products and their variants as a CSV file.
Columns: product_id, name, slug, status, type, description, tags,
variant_id, sku, barcode, price, compare_at_price, cost_price, weight
GET
/
admin
/
products
/
export.csv
Export Products as CSV
curl --request GET \
--url https://api.headlesscommerce.io/v1/admin/products/export.csv \
--header 'Authorization: Bearer <token>'"<string>"Authorizations
API Key. Example: sk_live_xxxxx or pk_live_xxxxx
Response
200 - text/csv
CSV file download
The response is of type string.
⌘I