curl --request PUT \
--url https://storekit.samarthh.me/v1/user/store/{storeId}/contact \
--header 'Content-Type: application/json' \
--data '
{
"whatsappNumber": "+1987654321",
"mobile": "+1987654321",
"landline": "+1987654322",
"contactEmail": "[email protected]",
"supportEmail": "[email protected]"
}
'Update only the store contact information (phone numbers and emails). Only owner can update.
curl --request PUT \
--url https://storekit.samarthh.me/v1/user/store/{storeId}/contact \
--header 'Content-Type: application/json' \
--data '
{
"whatsappNumber": "+1987654321",
"mobile": "+1987654321",
"landline": "+1987654322",
"contactEmail": "[email protected]",
"supportEmail": "[email protected]"
}
'