cannot run shopifySync because of access error
trace id: ee1b8953839d07b1291bfa89b2f0c630
I don't know why I suddenly received these errors when running shopifySync on shopifyOrder model.
My app don't have access to customer's data and it shouldn't even try to get these info when syncing orders. What should i do now?

13 Replies
Hello,
This is a warning letting you know that you won't get those fields unless you fill out the optional section of the PCDA form. I find the colours a little misleading though cc @[Gadget] matin
Isn't there a way to not fetch these info?
because Shopify will ask why I need those info
and of course my app don't need to collect those info @[Gadget] Antoine
and is it a warning or an error?
because for that store, i can't sync the shopifyOrders
You can simply remove the fields from the model in order to not retrieve them during syncs/not get the warning. I don't remember exactly what fields need to be removed. I believe its just the address fields and a few others
i checked
there's no
address
field in shopifyOrder
ok. removing those two
trying again
still not working

oh wait
too fast
not fully deployed

these 3 still remains
removing these 3

fixed now
thanks @[Gadget] Antoine
No problem!