curl --request PUT \
--url https://storekit.samarthh.me/v1/user/store/{storeId}/collections/{collectionId} \
--header 'Content-Type: application/json' \
--data '
{
"title": "Updated Summer Collection",
"description": "Updated description for summer products"
}
'Update collection details. Requires MANAGE_PRODUCTS permission.
curl --request PUT \
--url https://storekit.samarthh.me/v1/user/store/{storeId}/collections/{collectionId} \
--header 'Content-Type: application/json' \
--data '
{
"title": "Updated Summer Collection",
"description": "Updated description for summer products"
}
'