first version

This commit is contained in:
Gerhard Scheikl
2026-04-28 21:56:11 +02:00
parent 0f75dbaccb
commit 5b2aa5d62b
50 changed files with 5514 additions and 481 deletions
@@ -0,0 +1,18 @@
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