Files
linumiq-invoice/extensions/flow-generate-invoice/shopify.extension.toml
T
Gerhard Scheikl 5b2aa5d62b first version
2026-04-28 21:56:11 +02:00

19 lines
601 B
TOML

api_version = "2026-01"
uid = "c5ddcfc1-772d-c55a-bbd6-8502c4a56f15a7dba32e"
[[extensions]]
name = "Generate invoice"
type = "flow_action"
handle = "flow-generate-invoice"
description = "Generates an Austria-compliant PDF invoice for the given order and uploads it to Shopify Files."
runtime_url = "https://example.com/api/flow/generate-invoice"
[extensions.settings]
[[extensions.settings.fields]]
type = "single_line_text_field"
key = "order_id"
name = "Order ID"
description = "The order's GID (use Liquid: {{order.id}} when configuring the workflow)."
required = true