Skip to main content
PUT
/
v1
/
user
/
store
/
{storeId}
/
social-media
Update Store Social Media
curl --request PUT \
  --url https://storekit.samarthh.me/v1/user/store/{storeId}/social-media \
  --header 'Content-Type: application/json' \
  --data '
{
  "socialMediaUrls": {
    "facebook": "https://facebook.com/newstore",
    "twitter": "https://twitter.com/newstore",
    "instagram": "https://instagram.com/newstore",
    "linkedin": "https://linkedin.com/company/newstore"
  }
}
'

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