Update SEO Settings
PUT {{baseUrl}}/seo
This endpoint allows you to update your Store's Seo Settings, such as Title, Keywords, and Description.
Scope: metadata.read_write
- Metadata Read & Write
Request Body
{"title"=>"<string>", "description"=>"<string>", "keywords"=>"<string>", "url"=>"<string>", "friendly_urls_status"=>true, "refersh_sitemap"=>"<boolean>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":{"title":"\u003cstring\u003e","keywords":"\u003cstring\u003e","description":"\u003cstring\u003e","url":"\u003cstring\u003e","friendly_urls_status":true,"refersh_sitemap":"\u003cstring\u003e"}}