Product Detail Page
Last updated
Last updated
This endpoint retrieves detailed information about a specific product using its product code.
/product-store/productdetail/{productSlug}
The product code for which details are to be fetched.
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 a list of products related to the product specified by the product ID.
/list/related-product-list
The product ID for which related products are to be fetched.
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 a list of common products based on the product ID.
/store-common-product/common-product-list/{productSlug}
The product ID for which common products are to be fetched.
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 product attributes (specifications) based on a list of category IDs.
/store-product-attributes
A comma-separated list of category IDs for which to retrieve the product attributes (specifications).
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 rating count for a specific product using its product ID.
/product-store/rating-count/{skuId}
The ID of the product for which the rating count is being requested.
This endpoint retrieves the vendor count for a specific product using its product ID.
/store-common-product/vendor-count/{productId}
The ID of the product for which the vendor count is being requested.
This endpoint retrieves the list of available abuse reasons.
/store-question-answer/abuse-reason-list
Optional Bearer token for authentication.
The industry of the user.
The unique key for the request.
The language key for the request.
Fetches a video preview from an S3 bucket by specifying the video file's name and path.
/media/video-preview-s3
The name of the video file for preview. Example: 'Mood _ a 30-second 2D animation.mp4'.
The path in the S3 bucket where the video is stored. Example: 'video'.
Optional Bearer token for authentication.
The industry of the user.
The unique key for the request.
The language key for the request.