상품 CSV 내보내기
curl --request GET \
--url https://api.headlesscommerce.io/v1/admin/products/export.csv \
--header 'Authorization: Bearer <token>'"<string>"Admin - CSV 가져오기/내보내기
상품 CSV 내보내기
모든 상품과 변형을 CSV 파일로 내보냅니다.
열: product_id, name, slug, status, type, description, tags,
variant_id, sku, barcode, price, compare_at_price, cost_price, weight
GET
/
admin
/
products
/
export.csv
상품 CSV 내보내기
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
응답
200 - text/csv
CSV 파일 다운로드
The response is of type string.
⌘I