Update SEO Settings
PUT {{baseUrl}}/seo
This endpoint allows you to update your Store's Seo Settings, such as Title, Keywords, and Description.
OAuth Scopes
metadata.read_write
Request Body
{"title"=>"SEO Title", "description"=>"SEO Description", "keywords"=>"SEO Keywords", "friendly_urls_status"=>true}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":200,"success":true,"data":{"description":"SEO Description","keywords":"SEO Keywords","title":"SEO Title","url":"https://salla.sa/your-store/sitemap.xml","friendly_urls_status":true,"refersh_sitemap":"https://salla.sa/your-store/sitemap/generate/1305146709"}}