Skip to main content
PUT
/
v1
/
user
/
store
/
{storeId}
/
contact
Update Store Contact
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]"
}
'

Headers

Content-Type
string

Path Parameters

storeId
string
required

Store ID

Body

application/json

The body is of type object.

Response

200 - application/json

Successful response