curl --request GET \
--url https://api.headlesscommerce.io/v1/storefront/collections \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"description": "<string>",
"type": "manual",
"position": 123,
"metadata": {},
"created_at": "2023-11-07T05:31:56Z"
}
],
"total_count": 123,
"has_more": true,
"next_cursor": "<string>"
}curl --request GET \
--url https://api.headlesscommerce.io/v1/storefront/collections \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"description": "<string>",
"type": "manual",
"position": 123,
"metadata": {},
"created_at": "2023-11-07T05:31:56Z"
}
],
"total_count": 123,
"has_more": true,
"next_cursor": "<string>"
}API Key. 예: sk_live_xxxxx 또는 pk_live_xxxxx
1 <= x <= 100이 ID 이후의 결과 반환 (cursor)