If a Shopify query returns a error status, this is what we see:  Because we try to access response when it isn't defined in the case of errors: https://github.com/commaai/website/blob/ccfce93f981c92e482acf539571cbffa127f336d/src/routes/shop/%5Bproduct%5D/%2Bpage.js#L37-L39
If a Shopify query returns a error status, this is what we see:
Because we try to access response when it isn't defined in the case of errors:
website/src/routes/shop/[product]/+page.js
Lines 37 to 39 in ccfce93