fix(offers): add read_draft_orders scope so draftOrders query works

This commit is contained in:
Gerhard Scheikl
2026-05-09 19:41:12 +02:00
parent 6224597497
commit 6ded8ec1b9
4 changed files with 51 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ name = "linumiq-invoice-dev"
# 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"