PUT /self/{shopId}/customization/seo

PUT /self/{shopId}/customization/seo

Path parameters

application/json

Body

Responses

PUT /self/{shopId}/customization/seo
curl \
 -X PUT https://dev.sellpass.io/self/{shopId}/customization/seo \
 -H "Authorization: $API_KEY" \
 -H "Content-Type: application/json" \
 -d '{"metaTitle":"string","metaDescription":"string"}'
Request example
{
  "metaTitle": "string",
  "metaDescription": "string"
}