application/json
PUT
/self/{shopId}/customization/links
cURL (application/json)
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/customization/links' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"socialLinks":[{"platform":0,"link":"string"}]}'
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/customization/links' \
--header "Authorization: $API_KEY" \
--header "Content-Type: text/json"
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/customization/links' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/*+json"
Request examples
{
"socialLinks": [
{
"platform": 0,
"link": "string"
}
]
}
Request examples
{
"socialLinks": [
{
"platform": 0,
"link": "string"
}
]
}
Request examples
{
"socialLinks": [
{
"platform": 0,
"link": "string"
}
]
}