Categories

Get list of product categories

get
/list/category

This endpoint retrieves the list of available product categories for the system.

Header parameters
AuthorizationstringOptional

Optional Bearer token for authentication.

industrystringOptional

The industry of the user.

keystringOptional

The unique key for the request.

languagekeystringOptional

The language key for the request.

Responses
200

Successfully retrieved the list of categories.

get
/list/category

Get count of custom products

get
/list/custom-product-list

This endpoint retrieves the count of products based on the provided filters.

Query parameters
categorySlugstringRequired

Slug for the product category (e.g., 'mens-bottom-wear')

attributestringOptional

Filter by product attribute (e.g., color, size, etc.)

variantstringOptional

Filter by product variant

pricestringOptional

Filter by price range (e.g., 'low', 'high')

priceFromnumber · floatOptional

Filter by minimum price

priceTonumber · floatOptional

Filter by maximum price

latestArrivalbooleanOptional

Filter by latest arrivals (1 for yes, 0 for no)

countintegerOptional

If set to 1, returns the count of products

Header parameters
AuthorizationstringOptional

Optional Bearer token for authentication.

industrystringOptional

The industry of the user.

keystringOptional

The unique key for the request.

languagekeystringOptional

The language key for the request.

Responses
200

Successfully retrieved the count of products

get
/list/custom-product-list

Get product count and maximum price

get
/list/product-count

This endpoint retrieves the total number of products and the maximum product price.

Header parameters
AuthorizationstringOptional

Optional Bearer token for authentication.

industrystringOptional

The industry of the user.

keystringOptional

The unique key for the request.

languagekeystringOptional

The language key for the request.

Responses
200

Successfully retrieved the product count and maximum price

get
/list/product-count

Get question list based on the question ID

get
/store-question-answer/question-list/{skuId}

This endpoint retrieves the list of questions and answers based on the store's question ID and an optional keyword.

Path parameters
skuIdintegerRequired

The ID of the question to retrieve the list for.

Query parameters
keywordstringOptional

An optional search keyword to filter questions.

Header parameters
AuthorizationstringOptional

Optional Bearer token for authentication.

industrystringOptional

The industry of the user.

keystringOptional

The unique key for the request.

languagekeystringOptional

The language key for the request.

Responses
200

Successfully retrieved the question list

get
/store-question-answer/question-list/{skuId}

Last updated