Shopify picker

params: [
    {
        type: 'picker',
        label: 'Picker',
        name: 'picker',
        description: '',
        options: {
            type: 'product',  // product, collection, page, article, blog, menu
            multiple: Boolean
        }
        
    }
]

Last updated