App reviews, troubleshooting, and recommendations
Hey there,
I am getting the following error:
Error: This app is not approved to access the Order object.
on my local shopify app connected to a development store.
I've already requested 'Protected customer access data' on my 'Partner' dashboard for the app (I have not submitted them for review).
The scopes for my app as defined in the 'shopify.app.toml' file are:
scopes = "read_customers,read_draft_orders,read_orders,write_products"
I am simply trying to list orders with the following query in my remix app:
const { admin } = await authenticate.admin(request); const response = await admin.graphql( `#graphql query listOrders { orders(first: 10) { pageInfo { hasNextPage } edges { node { createdAt } } } }` ); const responseJson = await response.json();
It seems like I am following all of the guidelines.
What am I doing wrong?
Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024