PUT /self/{shopId}/customization/seo

PUT /self/{shopId}/customization/seo

Path parameters

Body

Body

Body

PUT /self/{shopId}/customization/seo
curl \
 --request PUT 'https://dev.sellpass.io/self/{shopId}/customization/seo' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/json" \
 --data '{"metaTitle":"string","metaDescription":"string"}'
curl \
 --request PUT 'https://dev.sellpass.io/self/{shopId}/customization/seo' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: text/json"
curl \
 --request PUT 'https://dev.sellpass.io/self/{shopId}/customization/seo' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/*+json"
Request examples
{
  "metaTitle": "string",
  "metaDescription": "string"
}
Request examples
{
  "metaTitle": "string",
  "metaDescription": "string"
}
Request examples
{
  "metaTitle": "string",
  "metaDescription": "string"
}