메인 콘텐츠로 건너뛰기
GET
/
admin
/
products
/
export.csv
상품 CSV 내보내기
curl --request GET \
  --url https://api.headlesscommerce.io/v1/admin/products/export.csv \
  --header 'Authorization: Bearer <token>'
"<string>"

인증

Authorization
string
header
필수

API Key. Example: sk_live_xxxxx or pk_live_xxxxx

응답

200 - text/csv

CSV 파일 다운로드

The response is of type string.