Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1003 Bytes

File metadata and controls

53 lines (41 loc) · 1003 Bytes

Product Selector (strings)

Snippet

Keyword Search or Single-select Category, and store Product IDs as array of string:

{
    "title": "Product Selector (strings)",
    "description": "Keyword Search or Single-select Category, and store Product IDs as array of string",
    "type": "array",
    "items": {
        "type": "string"
    },
    "ui:extension": {
        "name": "ecomm-toolkit",
        "params": {
            "label": "Search By Category",
            "view": "product",
            "data": "product",
            "type": "strings"
        }
    }
}

Sample Content

{
    "productArrayStrings": [
        "25591072M", 
        "25517823M", 
        "25050730M", 
        "25594776M", 
        "25501952M"
    ]
}

Sample UI

Empty field:

Sample UI

Sample Keyword Search:

Sample UI

Sample Category Search:

Sample UI