API_SHOP_MISCONFIGURATION
The shop is misconfigured
Thrown from
packages/errors/src/index.ts:873
* throw new ShopMisconfigurationError('shop.example.com', ['apiKey', 'storeDomain']);apps/storefront/src/api/shopify.ts:58
throw new ShopMisconfigurationError(domain, missingFields);apps/storefront/src/components/providers-registry.tsx:46
throw new ShopMisconfigurationError(shop.domain, ['commerceProvider.domain']);