curl --request PUT \
--url https://storekit.samarthh.me/v1/user/store/{storeId}/members/{userId}/permissions \
--header 'Content-Type: application/json' \
--data '
{
"permissions": [
"READ",
"WRITE",
"MANAGE_PRODUCTS"
]
}
'Update a member’s permissions in the store. Requires MANAGE_MEMBERS permission.
curl --request PUT \
--url https://storekit.samarthh.me/v1/user/store/{storeId}/members/{userId}/permissions \
--header 'Content-Type: application/json' \
--data '
{
"permissions": [
"READ",
"WRITE",
"MANAGE_PRODUCTS"
]
}
'