orders query requires the MANAGE_ORDERS permission.
+ If you want to query other resources, make sure to update the app permissions in the{" "}
+ /src/pages/api/manifest.ts file.
+ {JSON.stringify(mutation.data, null, 2)}
+ /src/pages/api/manifest - the{" "}
+
+ App Manifest
+
+ .
+ /src/pages/api/webhooks/order-created - an example ORDER_CREATED{" "}
+ webhook handler.
+ /graphql - the pre-defined GraphQL queries.
+ /generated/graphql.ts - the code generated for those queries by{" "}
+
+ GraphQL Code Generator
+
+ .
+