/bff/product/product-variant-list
Returns a paginated list of non-deleted product variants with full detail. Ordered by warehouse quantity (highest first), then by position. Supports pagination via "page" and "limit" query parameters.
ProductgetBffProductProduct-variant-list
Parameters
1 query
Query · 1
productCodestringRequiredProduct code to list variants for.
Request
GET /bff/product/product-variant-list
curl -X GET "https://api.bizkithub.com/bff/product/product-variant-list?productCode=my-product" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"items": [
{
"id": "example_id",
"name": "example_name",
"code": "example_code",
"ean": "example_ean",
"priceAddition": 0,
"cost": 0,
"soldOut": false,
"warehouseAllQuantity": 0,
"mainImage": {
"token": "example_token",
"filename": "example_filename",
"downloadUrl": "example_downloadUrl",
"contentType": "example_contentType"
}
}
],
"itemCount": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.