Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Set maximum results
openbridge.products.list().limit(count)
count
number
250
ProductListBuilder
const { items } = await openbridge.products.list().limit(20)
const { items } = await openbridge.products .list() .collection('featured') .limit(6)
const { items } = await openbridge.products.list().limit(100)