API_UNKNOWN_SHOP_ID
Could not find a shop with the given id
Thrown from
packages/db/src/services/shop.ts:299
if (!payload) throw new UnknownShopIdError(id);packages/errors/src/index.ts:846
* throw new UnknownShopIdError('shop_01JXXXXX');Could not find a shop with the given id
if (!payload) throw new UnknownShopIdError(id);* throw new UnknownShopIdError('shop_01JXXXXX');