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.

An issue with receiving orders through API

An issue with receiving orders through API

Sellbery
Shopify Partner
2 0 1

Hello!

App id 668922
app name Sellbery

We have an issue with receiving orders through API
We use method:api.order.list,  - {
status: ‘open’,
limit: 250,
created_at_min: ‘2022-12-13T15:04:55.816Z’
}


And receive error - ‘[API] This app is not approved to access REST endpoints with protected customer data. See https://partners.shopify.com/668922/apps/2502989/customer_data for more details.’

We don’t use sensitive customer data. We need only order id, quantity and price.

What should we do?

Replies 2 (2)

sglza
Shopify Partner
5 0 0

Having the same issue.

 

Something I've found is that if you set your app to single-merchant link distribution, your request will work without any issues.

 

So if that distribution type applies to you, that might fix your issue. It unfortunately doesn't fit my needs, so I'm still stuck.

liuw
Shopify Partner
2 0 0

HI,Have you solved the problem? How was it solved?