/bff/product/search-product-variant-list
Returns a lightweight list of all product variants (including deleted). Used for search/autocomplete in variant selectors. Ordered by position.
ProductgetBffProductSearch-product-variant-list
Parameters
1 query
Query · 1
productCodestringRequiredProduct code to list variants for.
Request
GET /bff/product/search-product-variant-list
curl -X GET "https://api.bizkithub.com/bff/product/search-product-variant-list?productCode=my-product" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"items": [
{
"code": "example_code",
"name": "example_name",
"price": 0
}
]
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.