/bff/product/search-related-products
Searches for products that can be added as related to the given product. Excludes the product itself. Returns up to 20 matching products.
ProductgetBffProductSearch-related-products
Parameters
2 query
Query · 2
productCodestringRequiredProduct code to search related products for.
querystringRequiredSearch query to filter potential related products by name, code, EAN, or description.
Request
GET /bff/product/search-related-products
curl -X GET "https://api.bizkithub.com/bff/product/search-related-products?productCode=my-product&query=example_query" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"items": [],
"itemCount": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.