listProducts 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.
Lists products available in the current Portal.
listProducts in the widget’s uses list before calling it.
const products = await listProducts({ sort: "title_asc", limit: 20 });
const listProducts: PortalFunction<PortalPage<PortalProduct>, ListProductsInput>