Shopify Polaris-style inventory management table showing SKU, product name, available quantity, committed quantity, and warehouse location per row. Rows with available stock below the optional threshold are highlighted amber as a low-stock warning. Adapted from Polaris DataTable patterns.
| Surface | Note |
|---|---|
| googlechat | renders as a simple text list of product names and quantities |
| Field | Type | |
|---|---|---|
| title | string. Table heading. | optional |
| items | array. List of {sku?, product, available, committed?, location?, threshold?}. threshold triggers amber low-stock highlight when available < threshold. | required |
{
"type": "inventory_table",
"items": [
{
"label": "Item 1"
},
{
"label": "Item 2"
}
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:inventory_table",
"displayName": "Inventory Table",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/inventory_table",
"capabilities": [
"web",
"meet-stage",
"email",
"pdf",
"apps-script-web"
],
"description": "Shopify Polaris-style inventory management table showing SKU, product name, available quantity, committed quantity, and warehouse location per row. Rows with available stock below the optional threshold are highlighted amber as a low-stock warning. Adapted from Polaris DataTable patterns.",
"representativeQueries": [
"show a inventory table with SKU, stock levels, and low-stock row highlight",
"shopify polaris-style inventory management table showing sku, product name, available quantity, comm",
"render a inventory table"
]
}
The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →