master-zapier-plan-draft/research/zapier/raw/docs/integrations/news/2026/v18.5.0.md
George Lambert b4150c8250 Milestone 0: import zappier billing, Verae middleware, and Zapier research
Compose-ready workspace: packages/zappier (rate card, portal, Stripe),
packages/verae-zapier-middleware (timestamp + NATS), packages/verae-zapier
(CLI app), vendor/zapier-platform, and research/zapier vendor corpus.

Gate 0 structure checks pass. Product code and research are not yet wired.
2026-09-09 02:37:36 -04:00

2 KiB

Documentation Index

Fetch the complete documentation index at: https://docs.zapier.com/llms.txt Use this file to discover all available pages before exploring further.

What's changed in v18.5.0

Line item support in invoke, falsy value fixes, new line-items project template

Released: 2026-04-16

This release adds line item support to the zapier-platform invoke command and bumps lodash across all packages to address a security vulnerability.

Line items are fields with a children property that represent structured, repeating data — like rows in a spreadsheet or items in an order. The invoke command now supports them in both interactive and non-interactive modes:

# Non-interactive: pass line items as JSON
zapier-platform invoke create order --non-interactive \
  -i '{"name": "My Order", "line_items": [{"product_name": "Pens", "quantity": "12", "price": "1.50"}]}'

# Interactive: use the line item editing UI
zapier-platform invoke create order -i '{"name": "My Order"}'

In interactive mode, a sub-menu lets you add, edit, and delete items with per-field editing and required field validation.

cli

  • 🎉 Add line item support to invoke command with interactive editing UI (#1272)
  • 🎉 Add line-items project template for zapier-platform init (#1272)
  • 🐛 Fix invoke bugs: auto-detect auth ID for no-auth apps in remote mode, falsy value handling (0, false) causing infinite dropdown re-prompting, and more (#1272)
  • 🔨 Bump lodash from 4.17.23 to 4.18.1 (#1274)

core

  • 🔨 Bump lodash from 4.17.23 to 4.18.1 (#1274)

schema

  • 🔨 Bump lodash from 4.17.23 to 4.18.1 (#1274)