curl --request POST \
--url https://storekit.samarthh.me/v1/user/store/{storeId}/collections \
--header 'Content-Type: application/json' \
--data '
{
"title": "Summer Collection",
"description": "Hot summer products for the season"
}
'Create a new collection for organizing products. Requires MANAGE_PRODUCTS permission.
curl --request POST \
--url https://storekit.samarthh.me/v1/user/store/{storeId}/collections \
--header 'Content-Type: application/json' \
--data '
{
"title": "Summer Collection",
"description": "Hot summer products for the season"
}
'