Files
linumiq-invoice/extensions/flow-generate-invoice/shopify.extension.toml
T
2026-05-09 20:09:27 +02:00

19 lines
591 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://invoice-app.linumiq.com/api/flow/generate-invoice"
[settings]
[[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