Manage SEO
Last updated
Last updated
Retrieves a list of product SEO details based on the provided filters.
/product-seo
The maximum number of products to return.
The number of products to skip before starting to collect the result set.
A flag to indicate whether to return the count of products.
Bearer token for authentication.
Retrieves the SEO details of a specific product by its ID.
/product-seo/{productId}
The ID of the product to retrieve SEO details for.
Bearer token for authentication.
Updates the SEO details of a specific product by its ID.
/product-seo/{productId}
The ID of the product to update SEO details for.
Bearer token for authentication.
The Indian Beekeepers Combo Pack of 2 - Saffron Honey, Afghani Saffron
test
test
Retrieves a list of category SEO details based on the provided filters.
/category-seo
The maximum number of categories to return.
The number of categories to skip before starting to collect the result set.
A flag to indicate whether to return the count of categories.
Bearer token for authentication.
Retrieves the SEO details of a specific category by its ID.
/category-seo/{categoryId}
The ID of the category to retrieve SEO details for.
Bearer token for authentication.
Updates the SEO details of a specific category by its ID.
/category-seo/{categoryId}
The ID of the category to update SEO details for.
Bearer token for authentication.
test
test
test
Retrieves a list of page SEO details based on the provided filters.
/page-seo
The maximum number of pages to return.
The number of pages to skip before starting to collect the result set.
A flag to indicate whether to return the count of pages.
A keyword to filter the pages.
Bearer token for authentication.
Retrieves the SEO details of a specific page by its ID.
/page-seo/{pageId}
The ID of the page to retrieve SEO details for.
Bearer token for authentication.
Updates the SEO details of a specific page by its ID.
/page-seo/{pageId}
The ID of the page to update SEO details for.
Bearer token for authentication.
test
test
test
Retrieves a list of blog categories.
/blog-category
Retrieves a list of blog SEO details based on the provided filters.
/blog-seo
The maximum number of blogs to return.
The number of blogs to skip before starting to collect the result set.
A flag to indicate whether to return the count of blogs.
Bearer token for authentication.
Retrieves the SEO details of a specific blog by its ID.
/blog-seo/{blogId}
The ID of the blog to retrieve SEO details for.
Bearer token for authentication.
Updates the SEO details of a specific blog by its ID.
/blog-seo/{blogId}
The ID of the blog to update SEO details for.
Bearer token for authentication.
test
test
test
Retrieves a list of site map entries based on the provided filters.
/site-map
The maximum number of site map entries to return.
The number of site map entries to skip before starting to collect the result set.
A flag to indicate whether to return the count of site map entries.
A keyword to filter the site map entries.
Bearer token for authentication.
Creates a new site map entry with the provided details.
/site-map
Bearer token for authentication.
http://example.com/page
2023-01-01T12:00:00Z
Deletes the site map entry identified by the given ID.
/site-map/{entryId}
The ID of the site map entry to delete.
Bearer token for authentication.