Manage SEO
Retrieves a list of product SEO details based on the provided filters.
The maximum number of products to return.
10
The number of products to skip before starting to collect the result set.
0
A flag to indicate whether to return the count of products.
0
Bearer token for authentication.
Successfully retrieved the product SEO list.
Bad request due to invalid parameters.
Internal server error.
GET /backend/api/product-seo HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully got the product list.</message>
</object>
Retrieves the SEO details of a specific product by its ID.
The ID of the product to retrieve SEO details for.
Bearer token for authentication.
Successfully retrieved the SEO details.
Product SEO details not found.
Internal server error.
GET /backend/api/product-seo/{productId} HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully got SEO details.</message>
</object>
Updates the SEO details of a specific product by its ID.
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
SEO updated successfully.
Bad request due to invalid parameters.
Product not found.
Internal server error.
POST /backend/api/product-seo/{productId} HTTP/1.1
Host: 139.59.67.17
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 141
"metaTagTitle='The Indian Beekeepers Combo Pack of 2 - Saffron Honey, Afghani Saffron'&metaTagDescription='test'&metaTagKeyword='test'"
<?xml version="1.0"?>
<object>
<status>1</status>
<message>SEO Updated successfully</message>
</object>
Retrieves a list of category SEO details based on the provided filters.
The maximum number of categories to return.
10
The number of categories to skip before starting to collect the result set.
0
A flag to indicate whether to return the count of categories.
0
Bearer token for authentication.
Successfully retrieved the category SEO list.
Bad request due to invalid parameters.
Internal server error.
GET /backend/api/category-seo HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully got category list.</message>
</object>
Retrieves the SEO details of a specific category by its ID.
The ID of the category to retrieve SEO details for.
Bearer token for authentication.
Successfully retrieved the SEO details.
Category SEO details not found.
Internal server error.
GET /backend/api/category-seo/{categoryId} HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully got SEO details.</message>
</object>
Updates the SEO details of a specific category by its ID.
The ID of the category to update SEO details for.
Bearer token for authentication.
test
test
test
SEO created successfully.
Bad request due to invalid parameters.
Category not found.
Internal server error.
POST /backend/api/category-seo/{categoryId} HTTP/1.1
Host: 139.59.67.17
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 75
"metaTagTitle='test'&metaTagDescription='test'&metaTagKeyword='test'"
<?xml version="1.0"?>
<object>
<status>1</status>
<message>SEO created Successfully.</message>
</object>
Retrieves a list of page SEO details based on the provided filters.
The maximum number of pages to return.
10
The number of pages to skip before starting to collect the result set.
0
A flag to indicate whether to return the count of pages.
0
A keyword to filter the pages.
Bearer token for authentication.
Successfully retrieved the complete list of pages.
Bad request due to invalid parameters.
Internal server error.
GET /backend/api/page-seo HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully got the complete list of pages.</message>
</object>
Retrieves the SEO details of a specific page by its ID.
The ID of the page to retrieve SEO details for.
Bearer token for authentication.
Successfully retrieved the SEO details.
Page SEO details not found.
Internal server error.
GET /backend/api/page-seo/{pageId} HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully got SEO details.</message>
</object>
Updates the SEO details of a specific page by its ID.
The ID of the page to update SEO details for.
Bearer token for authentication.
test
test
test
SEO created successfully.
Bad request due to invalid parameters.
Page not found.
Internal server error.
POST /backend/api/page-seo/{pageId} HTTP/1.1
Host: 139.59.67.17
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 75
"metaTagTitle='test'&metaTagDescription='test'&metaTagKeyword='test'"
<?xml version="1.0"?>
<object>
<status>1</status>
<message>SEO created Successfully.</message>
</object>
Retrieves a list of blog categories.
Successfully retrieved the blog category list.
Internal server error.
GET /backend/api/blog-category HTTP/1.1
Host: 139.59.67.17
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully got the blog category list.</message>
</object>
Retrieves a list of blog SEO details based on the provided filters.
The maximum number of blogs to return.
10
The number of blogs to skip before starting to collect the result set.
0
A flag to indicate whether to return the count of blogs.
0
Bearer token for authentication.
Successfully retrieved the blog list.
Internal server error.
GET /backend/api/blog-seo HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully got blog list.</message>
</object>
Retrieves the SEO details of a specific blog by its ID.
The ID of the blog to retrieve SEO details for.
Bearer token for authentication.
Successfully retrieved the SEO details.
Blog SEO details not found.
Internal server error.
GET /backend/api/blog-seo/{blogId} HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully got SEO detail.</message>
</object>
Updates the SEO details of a specific blog by its ID.
The ID of the blog to update SEO details for.
Bearer token for authentication.
test
test
test
SEO created successfully.
Bad request due to invalid parameters.
Blog not found.
Internal server error.
POST /backend/api/blog-seo/{blogId} HTTP/1.1
Host: 139.59.67.17
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 75
"metaTagTitle='test'&metaTagDescription='test'&metaTagKeyword='test'"
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Seo created Successfully.</message>
</object>
Retrieves a list of site map entries based on the provided filters.
The maximum number of site map entries to return.
10
The number of site map entries to skip before starting to collect the result set.
0
A flag to indicate whether to return the count of site map entries.
0
A keyword to filter the site map entries.
Bearer token for authentication.
Successfully retrieved the list of site map entries.
Bad request due to invalid parameters.
Internal server error.
GET /backend/api/site-map HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully got the list !!</message>
</object>
Creates a new site map entry with the provided details.
Bearer token for authentication.
http://example.com/page
2023-01-01T12:00:00Z
Successfully created the site map entry.
Bad request due to invalid parameters.
Internal server error.
POST /backend/api/site-map HTTP/1.1
Host: 139.59.67.17
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 71
"url='http://example.com/page'&lastModified='2023-01-01T12:00:00Z'"
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully created !!</message>
</object>
Deletes the site map entry identified by the given ID.
The ID of the site map entry to delete.
Bearer token for authentication.
Successfully deleted the site map entry.
Site map entry not found.
Internal server error.
DELETE /backend/api/site-map/{entryId} HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully Deleted the data !!</message>
</object>
Last updated