New: Stripe & TossPayments integration guides now available →
curl --request GET \
--url https://api.headlesscommerce.io/v1/admin/products/export.csv \
--header 'Authorization: Bearer <token>'"<string>"모든 상품과 변형을 CSV 파일로 내보냅니다.
열: product_id, name, slug, status, type, description, tags,
variant_id, sku, barcode, price, compare_at_price, cost_price, weight
curl --request GET \
--url https://api.headlesscommerce.io/v1/admin/products/export.csv \
--header 'Authorization: Bearer <token>'"<string>"API Key. Example: sk_live_xxxxx or pk_live_xxxxx
CSV 파일 다운로드
The response is of type string.