123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
{
  "surface_id": "instacart-checkout-list",
  "surface_version": 1,
  "payload": {
    "objects": [
      {
        "beginRendering": {
          "surfaceId": "instacart-checkout-list",
          "root": "root-card"
        }
      },
      {
        "surfaceUpdate": {
          "surfaceId": "instacart-checkout-list",
          "components": [
            {
              "id": "root-card",
              "component": {
                "Card": {
                  "child": "main-column"
                }
              }
            },
            {
              "id": "main-column",
              "component": {
                "Column": {
                  "alignment": "stretch",
                  "children": {
                    "explicitList": [
                      "title-label",
                      "top-divider",
                      "item-row-1",
                      "item-row-2",
                      "item-row-3",
                      "checkout-row"
                    ]
                  }
                }
              }
            },
            {
              "id": "title-label",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Instacart"
                  },
                  "variant": "title"
                }
              }
            },
            {
              "id": "top-divider",
              "component": {
                "Divider": {}
              }
            },
            {
              "id": "item-row-1",
              "component": {
                "Row": {
                  "alignment": "center",
                  "distribution": "spaceBetween",
                  "children": {
                    "explicitList": [
                      "item-row-1-name",
                      "item-row-1-quantity"
                    ]
                  }
                }
              }
            },
            {
              "id": "item-row-1-name",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Romaine Lettuce"
                  },
                  "variant": "bodySans"
                }
              }
            },
            {
              "id": "item-row-1-quantity",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "1"
                  },
                  "variant": "bodySans",
                  "color": "secondary"
                }
              }
            },
            {
              "id": "item-row-2",
              "component": {
                "Row": {
                  "alignment": "center",
                  "distribution": "spaceBetween",
                  "children": {
                    "explicitList": [
                      "item-row-2-name",
                      "item-row-2-quantity"
                    ]
                  }
                }
              }
            },
            {
              "id": "item-row-2-name",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Fresh Radishes"
                  },
                  "variant": "bodySans"
                }
              }
            },
            {
              "id": "item-row-2-quantity",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "2"
                  },
                  "variant": "bodySans",
                  "color": "secondary"
                }
              }
            },
            {
              "id": "item-row-3",
              "component": {
                "Row": {
                  "alignment": "center",
                  "distribution": "spaceBetween",
                  "children": {
                    "explicitList": [
                      "item-row-3-name",
                      "item-row-3-quantity"
                    ]
                  }
                }
              }
            },
            {
              "id": "item-row-3-name",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "eggs"
                  },
                  "variant": "bodySans"
                }
              }
            },
            {
              "id": "item-row-3-quantity",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "3"
                  },
                  "variant": "bodySans",
                  "color": "secondary"
                }
              }
            },
            {
              "id": "checkout-row",
              "component": {
                "Row": {
                  "alignment": "center",
                  "children": {
                    "explicitList": [
                      "checkout-button"
                    ]
                  }
                }
              }
            },
            {
              "id": "checkout-button",
              "weight": 1,
              "component": {
                "Button": {
                  "child": "checkout-label",
                  "style": "primary",
                  "action": {
                    "name": "instacart_checkout_tap",
                    "handler": {
                      "operation": "open_url",
                      "value": {
                        "url": "www.google.com"
                      }
                    }
                  }
                }
              }
            },
            {
              "id": "checkout-label",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Checkout"
                  },
                  "variant": "bodySansSemibold"
                }
              }
            }
          ]
        }
      }
    ]
  }
}
0 tokens
Instacart
Romaine Lettuce
×1
Fresh Radishes
×2
eggs
×3