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?