DocsAPI ReferenceProduct/bff/product/search-related-products
getProductAdmin BFF

/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

2 total
Query · 2
productCodestringRequired

Product code to search related products for.

querystringRequired

Search query to filter potential related products by name, code, EAN, or description.

Request

GET /bff/product/search-related-products

get
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.

Get API Key