Product Detail Page

Get product details based on product code

get
/product-store/productdetail/{productSlug}

This endpoint retrieves detailed information about a specific product using its product code.

Path parameters
productSlugstringRequired

The product code for which details are to be fetched.

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 details

get
/product-store/productdetail/{productSlug}
get
/list/related-product-list

This endpoint retrieves a list of products related to the product specified by the product ID.

Query parameters
productIdstringRequired

The product ID for which related products are to be fetched.

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 related products list

get
/list/related-product-list

Get common products based on product ID

get
/store-common-product/common-product-list/{productSlug}

This endpoint retrieves a list of common products based on the product ID.

Path parameters
productSlugstringRequired

The product ID for which common products are to be fetched.

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 common product list

get
/store-common-product/common-product-list/{productSlug}

Get product attributes based on category IDs

get
/store-product-attributes

This endpoint retrieves product attributes (specifications) based on a list of category IDs.

Query parameters
categoryIdsstringRequired

A comma-separated list of category IDs for which to retrieve the product attributes (specifications).

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 attributes

get
/store-product-attributes

Get product rating count

get
/product-store/rating-count/{skuId}

This endpoint retrieves the rating count for a specific product using its product ID.

Path parameters
skuIdintegerRequired

The ID of the product for which the rating count is being requested.

Responses
200

Successfully retrieved the product rating count

get
/product-store/rating-count/{skuId}

Get product vendor count

get
/store-common-product/vendor-count/{productId}

This endpoint retrieves the vendor count for a specific product using its product ID.

Path parameters
productIdintegerRequired

The ID of the product for which the vendor count is being requested.

Responses
200

Successfully retrieved the product vendor count

get
/store-common-product/vendor-count/{productId}

Get Abuse Reason List

get
/store-question-answer/abuse-reason-list

This endpoint retrieves the list of available abuse reasons.

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 abuse reason list

get
/store-question-answer/abuse-reason-list

Get video preview from S3

get
/media/video-preview-s3

Fetches a video preview from an S3 bucket by specifying the video file's name and path.

Query parameters
namestringRequired

The name of the video file for preview. Example: 'Mood _ a 30-second 2D animation.mp4'.

pathstringRequired

The path in the S3 bucket where the video is stored. Example: 'video'.

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 fetched the video preview

get
/media/video-preview-s3

Last updated