Categories
Last updated
Last updated
This endpoint retrieves the list of available product categories for the system.
/list/category
Optional Bearer token for authentication.
The industry of the user.
The unique key for the request.
The language key for the request.
This endpoint retrieves the count of products based on the provided filters.
/list/custom-product-list
Slug for the product category (e.g., 'mens-bottom-wear')
Filter by product attribute (e.g., color, size, etc.)
Filter by product variant
Filter by price range (e.g., 'low', 'high')
Filter by minimum price
Filter by maximum price
Filter by latest arrivals (1 for yes, 0 for no)
If set to 1, returns the count of products
Optional Bearer token for authentication.
The industry of the user.
The unique key for the request.
The language key for the request.
This endpoint retrieves the total number of products and the maximum product price.
/list/product-count
Optional Bearer token for authentication.
The industry of the user.
The unique key for the request.
The language key for the request.
This endpoint retrieves the list of questions and answers based on the store's question ID and an optional keyword.
/store-question-answer/question-list/{skuId}
The ID of the question to retrieve the list for.
An optional search keyword to filter questions.
Optional Bearer token for authentication.
The industry of the user.
The unique key for the request.
The language key for the request.