Product Bundle

The product bundle field returns the information of products in a Pack Bundle managed in the Pack Admin.
Product Bundle Field
{
component: 'productBundlesSearch',
name: 'bundleName',
label: 'Product Bundle Field',
}
Key
Type
Required
Description
component
string
yes
The name of the field component. (productBundlesSearch)
name
string
yes
The name of the field that will be accessible by the cms prop of the component.
label
string
no
A human-readable label for the field.
Last modified 7mo ago