Manage Pages
Last updated
Last updated
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
Returns a list of languages based on provided query parameters.
Limit the number of results
10
Offset for pagination
0
If true, return the total count of languages available
false
Search 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
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
This endpoint allows deleting a page by its pageId
.
ID of the page to delete
Bearer token for authentication.
Successfully deleted the page
This endpoint retrieves the count of page groups.
Bearer token for authentication.
Successfully retrieved the page group count
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
This endpoint retrieves a page group by its ID.
ID of the page group to retrieve
Bearer token for authentication.
Successfully retrieved page group
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
This endpoint retrieves a list of widgets based on the specified query parameters.
The number of widgets to return
10
The number of items to skip before starting to return the widgets
0
A flag indicating whether to return a count of widgets
0
Possible values: 0
1
Bearer token for authentication.
Successfully retrieved the widget list
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
0
Flag to include the count of categories (true/false)
false
Search keyword for filtering categories
The order in which to sort the categories (0 for ascending, 1 for descending)
0
Possible values: 0
1
Filter categories by status (1 for active, 0 for inactive)
1
Possible values: 1
0
Flag to determine if the request is a search (true/false)
false
Bearer token for authentication.
Successfully retrieved the vendor category list
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
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
0
Search keyword for product filtering
SKU for product filtering
The status of the products to filter by (e.g., 1 for active)
1
Possible values: 1
0
Price filter for products
0
A flag to determine if the product list should be refreshed (true/false)
false
Bearer token for authentication.
Successfully retrieved the widget product list
Deletes a widget based on the provided widget ID.
ID of the widget to delete
Bearer token for authentication.
Widget deleted successfully
This endpoint retrieves a list of product questions based on the provided query parameters.
The number of items to return.
10
The number of items to skip before starting to collect the result set.
0
A 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.
0
A flag to filter questions based on approval status.
1
Bearer token for authentication.
Successfully retrieved the product question list.
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.
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.
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.
This endpoint retrieves the profile information of the authenticated user.
Successfully retrieved the user profile.
This endpoint retrieves a list of vendor details.
Successfully retrieved vendor details.
This endpoint retrieves a list of vendor details.
Successfully retrieved vendor details.
This endpoint retrieves a list of product ratings and reviews based on the provided query parameters.
The number of items to return.
10
The number of items to skip before starting to collect the result set.
0
A flag to indicate whether to return the count of items.
0
Bearer token for authentication.
Successfully retrieved the complete product rating and review.
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.
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
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
This endpoint allows you to create a new page group.
Bearer token for authentication.
test
1
Successfully created the page group
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.
en
Home
<p>Welcome to our homepage</p>
Successfully created or updated page translation
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>
test
1
23
161
Successfully updated the page
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
This endpoint updates the page group by its ID.
ID of the page group to update
Bearer token for authentication.
test
1
Successfully updated the page group
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
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
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
This endpoint allows posting a new question and answer for a specific product.
Bearer token for authentication.
test
test
2124
4168
Successfully posted the question.
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.
832
0
Successfully updated the question status.
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.
633
1
Successfully updated the rating status.