first version
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user