API_UNKNOWN_SHOP_ID

Could not find a shop with the given id

UnknownShopIdErrorHTTP 404ApiErrorKind

Thrown from

packages/db/src/services/shop.ts:299
if (!payload) throw new UnknownShopIdError(id);
View ↗
packages/errors/src/index.ts:846
* throw new UnknownShopIdError('shop_01JXXXXX');
View ↗

On this page