Hello community,
I’m trying to use shopifyqlQuery query from GraphQL Admin API, but I’m unable to use it because currently I don’t have the “Level 2 access to customer data”.
The query I’m trying to run is:
FROM sales SHOW total_sales, orders, net_items_sold WHERE product_id IN (${product_ids}) SINCE -30d UNTIL today COMPARE TO previous_period
As you can see from above, I’m not touching any customer data.
And I understand that I need Level 2 access, even if I don’t need customer data, as from this answer in different post:
So I submitted request for protected customer data access, and when submitting I selected name, email, phone, and address from protected customer fields, stating that I need level 2 access for using shopifyqlQuery API and I’m not actually using those fields.
Then I got only approved for Level 1 access, so I submitted the request again but now I got my Level 1 access revoked. There was no explanation about why it wasn’t approved in emails.
I tried to contact support, but they suggested resubmitting the request with reasons specified, which I already did and got rejected.
I’m not sure what I’m supposed to do in current situation. So I wanted to ask community if someone managed to get Level 2 access even they don’t need protected customer data, just like in my case, and how they got approved.