curl --request POST \
--url https://storekit.samarthh.me/v1/user/store/{storeId}/products/{productId}/images \
--header 'Content-Type: application/json' \
--data '
{
"imageUrl": "https://example.com/image.jpg"
}
'Add an image URL to a product. Requires MANAGE_PRODUCTS permission.
curl --request POST \
--url https://storekit.samarthh.me/v1/user/store/{storeId}/products/{productId}/images \
--header 'Content-Type: application/json' \
--data '
{
"imageUrl": "https://example.com/image.jpg"
}
'