Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

GQL Orders not accessible

GQL Orders not accessible

Marco_F1
Shopify Partner
1 0 0

Hi! I'm getting a unauthorized message on my simple gql query (laravel + react env):

const ORDERS_QUERY = gql`{
orders(first: 10) {
edges {
node {
id
}
}
}
}`;

I have set the scopes properly to my understanding : 

SCOPES=read_products,read_script_tags,write_script_tags,read_orders

How can i access the orders?

Insert Signature Here
Replies 0 (0)