Resource Picker
The Resource Picker API provides a search-based interface to help users find and select one or more products (with variants) or collections, and then returns the selected resources to your app.
Options
type
:product
|collection
Example
ts
const selected = await qantra.resourcePicker({ type: 'product' });