curl --request POST \
--url https://storekit.samarthh.me/v1/user/store/{storeId}/products/{productId}/collections \
--header 'Content-Type: application/json' \
--data '
{
"collectionId": "collection-uuid-here"
}
'Add a product to a collection. Requires MANAGE_PRODUCTS permission.
curl --request POST \
--url https://storekit.samarthh.me/v1/user/store/{storeId}/products/{productId}/collections \
--header 'Content-Type: application/json' \
--data '
{
"collectionId": "collection-uuid-here"
}
'