fix(offers): add read_draft_orders scope so draftOrders query works
This commit is contained in:
@@ -10,7 +10,7 @@ name = "linumiq-invoice"
|
||||
# read_files / write_files for the generated PDFs uploaded to Shopify Files.
|
||||
# write_orders required to write the order metafield linking the latest PDF.
|
||||
# read_all_orders allows access to orders older than 60 days for backfill.
|
||||
scopes = "read_orders,write_orders,read_all_orders,read_customers,read_companies,read_files,write_files"
|
||||
scopes = "read_orders,write_orders,read_all_orders,read_draft_orders,read_customers,read_companies,read_files,write_files"
|
||||
|
||||
[webhooks]
|
||||
api_version = "2026-07"
|
||||
|
||||
Reference in New Issue
Block a user