CMS
Fetches a paginated list of pages, with optional filtering by keyword.
Limit the number of records returned
Offset the records for pagination
Optional keyword for filtering the pages by title or content
Bearer token for authentication.
Successfully retrieved the list of pages
1Successfully got the complete list of pagesBad request, invalid parameters
Internal server error
Creates a new page with the specified details.
Bearer token for authentication.
Title of the new page
HTML content of the page
Meta tag title for SEO purposes
""Meta tag content for SEO purposes
""Meta tag keywords for SEO purposes
""Indicates whether the page is active (1 for active, 0 for inactive)
The ID of the page group this page belongs to
Successfully created a new page
1Successfully created a new pageBad request, invalid or missing parameters
Internal server error
Fetches a paginated list of page groups with an optional status filter.
Limit the number of records returned
Offset the records for pagination
Filter by page group status (1 for active, 0 for inactive)
Bearer token for authentication.
Successfully retrieved the list of page groups
1Successfully got the group list.Bad request, invalid parameters
Internal server error
This endpoint allows you to create a new page group.
Bearer token for authentication.
test1Successfully created the page group
1Successfully added Page Group.Bad request
Internal server error
Returns a list of languages based on provided query parameters.
Limit the number of results
10Offset for pagination
0If true, return the total count of languages available
falseSearch keyword for filtering languages
Filter by language status (active or inactive)
Filter languages by default language setting
Bearer token for authentication.
Successfully fetched language list
1Successfully got all language ListBad request, invalid or missing parameters
Internal server error
Returns the translation details of a specific page identified by pageId.
ID of the page to get the translation details
Bearer token for authentication.
Successfully fetched page translation details
1Successfully got page translation detailBad request, invalid pageId parameter
Page not found
Internal server error
This endpoint allows creating or updating the translation details for a page identified by pageId.
ID of the page to create or update the translation
Bearer token for authentication.
enHome<p>Welcome to our homepage</p>Successfully created or updated page translation
1Successfully created new page translationBad request, invalid pageId or pageTranslation format
Page not found
Internal server error
This endpoint allows updating the details of a page identified by pageId.
ID of the page to update
Bearer token for authentication.
test<p>test</p>test123161Successfully updated the page
1Successfully updated the pageBad request, invalid pageId or page data
Page not found
Internal server error
This endpoint allows deleting a page by its pageId.
ID of the page to delete
Bearer token for authentication.
Successfully deleted the page
1Successfully deleted the pagePage not found
Internal server error
This endpoint retrieves the count of page groups.
Bearer token for authentication.
Successfully retrieved the page group count
1Successfully got the page group countBad request
Internal server error
This endpoint retrieves the translation details of a page group by its ID.
ID of the page group to retrieve the translation for
Bearer token for authentication.
Successfully retrieved page group translation details
1Successfully got page Group translation detailBad request
Page group translation not found
Internal server error
This endpoint allows creating a new translation for a page group.
ID of the page group for which to create a translation
Bearer token for authentication.
Successfully created new page group translation
1Successfully created new page group translationBad request
Page group not found
Internal server error
This endpoint retrieves a page group by its ID.
ID of the page group to retrieve
Bearer token for authentication.
Successfully retrieved page group
1Successfully Got page groupBad request
Page group not found
Internal server error
This endpoint updates the page group by its ID.
ID of the page group to update
Bearer token for authentication.
test1Successfully updated the page group
1Successfully updated the Page groupBad request
Page group not found
Internal server error
This endpoint deletes the page group by its ID.
ID of the page group to delete
Bearer token for authentication.
Successfully deleted the page group
1Successfully deleted the groupPage group not found
Internal server error
This endpoint retrieves a list of widgets based on the specified query parameters.
The number of widgets to return
10The number of items to skip before starting to return the widgets
0A flag indicating whether to return a count of widgets
0Possible values: Bearer token for authentication.
Successfully retrieved the widget list
1Successfully got Widget listInvalid query parameters
Internal server error
This endpoint allows the creation of a new widget with the specified parameters.
Bearer token for authentication.
The title of the widget
The long title of the widget
The position where the widget will be placed
Status of the widget (1 for active, 0 for inactive)
Flag to show the widget on the home page (1 for yes, 0 for no)
Meta title for the widget
Meta description for the widget
Meta keywords for the widget
HTML content for the widget
Type of the widget link
List of reference IDs associated with the widget
Successfully created a new widget
Response status
Response message
Bad request
This endpoint retrieves a list of products for a widget based on the specified query parameters.
The number of items to skip before starting to return the products
0Search keyword for product filtering
SKU for product filtering
The status of the products to filter by (e.g., 1 for active)
1Possible values: Price filter for products
0A flag to determine if the product list should be refreshed (true/false)
falseBearer token for authentication.
Successfully retrieved the widget product list
1Successfully got the complete product list.Invalid query parameters
Internal server error
This endpoint retrieves a list of vendor categories based on the specified query parameters.
The number of items to skip before starting to return categories
0Flag to include the count of categories (true/false)
falseSearch keyword for filtering categories
The order in which to sort the categories (0 for ascending, 1 for descending)
0Possible values: Filter categories by status (1 for active, 0 for inactive)
1Possible values: Flag to determine if the request is a search (true/false)
falseBearer token for authentication.
Successfully retrieved the vendor category list
1Successfully got the vendor category list.Invalid query parameters
Internal server error
This endpoint allows retrieval of widget translation details for a specific widget.
ID of the widget to get translation details
Bearer token for authentication.
Successfully retrieved widget translation details
Response status
Response message
Bad request
Widget translation not found
This endpoint allows the creation of multiple translations for a specific widget.
ID of the widget to create translations for
Bearer token for authentication.
ID of the language
Title of the widget in the given language
Long title of the widget in the given language
Description of the widget in HTML format for the given language
ID of the translation record
Successfully created translations for the widget
Response status
Response message
Bad request
Widget not found
Updates the details of an existing widget based on the provided ID.
ID of the widget to update
Bearer token for authentication.
Title of the widget
Long title of the widget
Position of the widget
Status of the widget
Flag to show widget on homepage
Meta tag title for the widget
Meta tag description for the widget
Meta tag keywords for the widget
Content of the widget (HTML format)
Type of widget link
Reference IDs associated with the widget
ID of the widget to update
Successfully updated the widget
Response status
Response message indicating the success of the operation
Bad request due to invalid parameters
Deletes a widget based on the provided widget ID.
ID of the widget to delete
Bearer token for authentication.
Widget deleted successfully
Response status
Response message indicating the success of the operation
Bad request due to invalid parameters
This endpoint retrieves a list of product questions based on the provided query parameters.
The number of items to return.
10The number of items to skip before starting to collect the result set.
0A keyword to filter the product questions.
The name of the product to filter the questions.
A flag to indicate whether to return the count of items.
0A flag to filter questions based on approval status.
1Bearer token for authentication.
Successfully retrieved the product question list.
1Successfully got the complete product list.Bad request
Internal server error
This endpoint retrieves the details of a specific product based on the product ID.
The ID of the product to retrieve details for.
Bearer token for authentication.
Successfully retrieved product details.
1Successfully get productDetailBad request
Product not found
Internal server error
This endpoint allows posting a new question and answer for a specific product.
Bearer token for authentication.
testtest21244168Successfully posted the question.
1Question Posted Successfully.Bad request
Internal server error
This endpoint updates the status of a specific product question based on the question ID.
The ID of the question to update.
Bearer token for authentication.
8320Successfully updated the question status.
1Updated Your Question StatusBad request
Question not found
Internal server error
This endpoint deletes a specific product question based on the question ID.
The ID of the question to delete.
Bearer token for authentication.
Successfully deleted the question.
1Successfully deleted the Question.Bad request
Question not found
Internal server error
This endpoint retrieves the details of a specific product based on the product ID.
The ID of the product to retrieve details for.
Bearer token for authentication.
Successfully retrieved product details.
1Successfully get productDetailBad request
Product not found
Internal server error
This endpoint retrieves the profile information of the authenticated user.
Successfully retrieved the user profile.
1Successfully got the profileUnauthorized access
Internal server error
This endpoint retrieves a list of vendor details.
Successfully retrieved vendor details.
1Successfully Got Vendor DetailsBad request
Internal server error
This endpoint retrieves a list of product ratings and reviews based on the provided query parameters.
The number of items to return.
10The number of items to skip before starting to collect the result set.
0A flag to indicate whether to return the count of items.
0Bearer token for authentication.
Successfully retrieved the complete product rating and review.
1Successfully got the complete product rating and review.Bad request
Internal server error
This endpoint retrieves the details of a specific product rating based on the rating ID.
The ID of the product rating to retrieve.
Bearer token for authentication.
Successfully retrieved the product rating.
1successfully got the product Rating.Bad request
Rating not found
Internal server error
This endpoint updates the status of a specific product rating based on the rating ID.
The ID of the product rating to update.
Bearer token for authentication.
6331Successfully updated the rating status.
1Successfully Updated the Rating Status.Bad request
Rating not found
Internal server error
This endpoint retrieves a list of banners based on the provided query parameters.
The number of items to return.
10The number of items to skip before starting to collect the result set.
0A keyword to filter the banners.
Bearer token for authentication.
Successfully retrieved the banner list.
1Successfully got banner listBad request
Internal server error
Creates a new banner with the provided details.
Bearer token for authentication.
test<p>test</p>51https://spurtcommerce-marketplace-store.vercel.app/1Successfully created new banner.
1Successfully created new banner.Bad request due to invalid parameters.
Internal server error.
Retrieves a list of seller products based on the provided filters.
The number of products to skip before starting to collect the result set.
0The maximum number of products to return.
0A keyword to filter the products.
The SKU of the product to filter.
The status of the products to retrieve (1 for active).
1The price filter for the products.
0Bearer token for authentication.
Successfully retrieved the seller product list.
1Successfully got seller product list.Bad request due to invalid parameters.
Internal server error.
Retrieves the total count of banners.
Bearer token for authentication.
Successfully retrieved the banner count.
1Successfully got the banner count.Bad request due to invalid parameters.
Internal server error.
Retrieves a list of objects in a specified media bucket.
The maximum number of objects to return.
100The name of the folder to filter the objects.
A marker for pagination to continue listing objects.
Bearer token for authentication.
Successfully retrieved the bucket object list.
1Successfully get bucket object list.Bad request due to invalid parameters.
Internal server error.
Retrieves the details of a specific banner by its ID.
The ID of the banner to retrieve details for.
Bearer token for authentication.
Successfully retrieved the banner detail.
1Successfully got banner detail.Bad request due to invalid parameters.
Banner not found.
Internal server error.
Updates the details of a specific banner by its ID.
The ID of the banner to update.
Bearer token for authentication.
Successfully updated banner.
1Successfully updated banner.Bad request due to invalid parameters.
Banner not found.
Internal server error.
Deletes the banner identified by the given ID.
The ID of the banner to delete.
Bearer token for authentication.
Successfully deleted banner.
1Successfully deleted banner.Banner not found.
Internal server error.
Retrieves a list of product SEO details based on the provided filters.
The maximum number of products to return.
10The number of products to skip before starting to collect the result set.
0A flag to indicate whether to return the count of products.
0Bearer token for authentication.
Successfully retrieved the product SEO list.
1Successfully got the product list.Bad request due to invalid parameters.
Internal server error.
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.
1Successfully got SEO details.Product SEO details not found.
Internal server error.
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 SaffrontesttestSEO updated successfully.
1SEO Updated successfullyBad request due to invalid parameters.
Product not found.
Internal server error.
Retrieves a list of category SEO details based on the provided filters.
The maximum number of categories to return.
10The number of categories to skip before starting to collect the result set.
0A flag to indicate whether to return the count of categories.
0Bearer token for authentication.
Successfully retrieved the category SEO list.
1Successfully got category list.Bad request due to invalid parameters.
Internal server error.
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.
1Successfully got SEO details.Category SEO details not found.
Internal server error.
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.
testtesttestSEO created successfully.
1SEO created Successfully.Bad request due to invalid parameters.
Category not found.
Internal server error.
Retrieves a list of page SEO details based on the provided filters.
The maximum number of pages to return.
10The number of pages to skip before starting to collect the result set.
0A flag to indicate whether to return the count of pages.
0A keyword to filter the pages.
Bearer token for authentication.
Successfully retrieved the complete list of pages.
1Successfully got the complete list of pages.Bad request due to invalid parameters.
Internal server error.
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.
1Successfully got SEO details.Page SEO details not found.
Internal server error.
Creates a new blog category with the provided details.
Bearer token for authentication.
testSuccessfully created new category.
Bad request due to invalid parameters.
Internal server error.
Retrieves a list of blog SEO details based on the provided filters.
The maximum number of blogs to return.
10The number of blogs to skip before starting to collect the result set.
0A flag to indicate whether to return the count of blogs.
0Bearer token for authentication.
Successfully retrieved the blog list.
1Successfully got blog list.Internal server error.
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.
1Successfully got SEO detail.Blog SEO details not found.
Internal server error.
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.
testtesttestSEO created successfully.
1Seo created Successfully.Bad request due to invalid parameters.
Blog not found.
Internal server error.
Retrieves a list of site map entries based on the provided filters.
The maximum number of site map entries to return.
10The number of site map entries to skip before starting to collect the result set.
0A flag to indicate whether to return the count of site map entries.
0A keyword to filter the site map entries.
Bearer token for authentication.
Successfully retrieved the list of site map entries.
1Successfully got the list !!Bad request due to invalid parameters.
Internal server error.
Creates a new site map entry with the provided details.
Bearer token for authentication.
http://example.com/page2023-01-01T12:00:00ZSuccessfully created the site map entry.
Bad request due to invalid parameters.
Internal server error.
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.
1Successfully Deleted the data !!Site map entry not found.
Internal server error.
Retrieves a list of blogs based on the provided filters.
The maximum number of blogs to return.
10The number of blogs to skip before starting to collect the result set.
0A flag to indicate whether to return the count of blogs.
0Bearer token for authentication.
Successfully retrieved the blog list.
1Successfully got blog list.Bad request due to invalid parameters.
Internal server error.
Creates a new blog entry with the provided details.
Bearer token for authentication.
test2<p>test</p>9testSuccessfully created a new blog.
Bad request due to invalid parameters.
Internal server error.
Updates the blog entry identified by the given ID.
The ID of the blog to update.
Bearer token for authentication.
test2<p>test</p>19test52Successfully updated the blog.
1Successfully updated blog.Bad request due to invalid parameters.
Blog not found.
Internal server error.
Deletes the blog entry identified by the given ID.
The ID of the blog to delete.
Bearer token for authentication.
Successfully deleted the blog.
1Successfully deleted BlogBlog not found.
Internal server error.
Retrieves the translation details of a specific blog by its ID.
The ID of the blog to retrieve translation details for.
Bearer token for authentication.
Successfully retrieved the blog translation details.
1Successfully got blog translation detail.Blog translation details not found.
Internal server error.
Creates translations for the blog identified by the given ID.
The ID of the blog to create translations for.
Bearer token for authentication.
Successfully created new blog translation.
Bad request due to invalid parameters.
Blog not found.
Internal server error.
Retrieves the details of a specific blog category by its ID.
The ID of the blog category to retrieve details for.
Bearer token for authentication.
Successfully retrieved the blog category detail.
1Successfully got blog category detail.Blog category not found.
Internal server error.
Updates the status of the blog category identified by the given ID.
The ID of the blog category to update.
Bearer token for authentication.
191Successfully updated blog category status.
1Successfully updated blog category status.Bad request due to invalid parameters.
Blog category not found.
Internal server error.
Updates the blog category identified by the given ID.
The ID of the blog category to update.
Bearer token for authentication.
new categories14Successfully updated the blog category.
1Successfully updated category.Bad request due to invalid parameters.
Blog category not found.
Internal server error.
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.
testtesttestSEO created successfully.
1SEO created Successfully.Bad request due to invalid parameters.
Page not found.
Internal server error.
Last updated