Update SEO Settings
PUT
/seoThis endpoint allows you to update your Store's SEO Settings, such as Title, Keywords, and Description.
Request
Sitemap URL.
Whether or not the SEO enabled for friendly URLS .
Whether or not to refresh the sitemap.
{
"title": "SEO Title",
"description": "SEO Description",
"keywords": "SEO Keywords",
"friendly_urls_status": true
}
Request samples
[api.label.responses]
Response status code, a numeric or alphanumeric identifier used to convey the outcome or status of a request, operation, or transaction in various systems and applications, typically indicating whether the action was successful, encountered an error, or resulted in a specific condition.
Response flag, boolean indicator used to signal a particular condition or state in the response of a system or application, often representing the presence or absence of certain conditions or outcomes.
Sitemap URL
Whether or not the SEO enabled for friendly URLS
Sitemap Refresh URL
{
"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"
}
}