searchProducts in the widget’s uses list before calling it.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Searches products using Portal product search.
searchProducts in the widget’s uses list before calling it.
const matches = await searchProducts({ query: "starter kit", limit: 10 });
const searchProducts: PortalFunction<PortalPage<PortalProduct>, SearchProductsInput>