Envie
ReferenceErrors

plan-limit

403 — the shop's free plan reached its saved-items cap.

https://docs.getenvie.com/errors/plan-limit · 403 — the save would exceed the shop-wide item cap of the free plan.

{
	"type": "https://docs.getenvie.com/errors/plan-limit",
	"title": "Plan limit reached",
	"status": 403,
	"detail": "The current plan allows 100 saved items. Upgrade to add more."
}

The policy, plainly

  • The free plan on a live store caps total saved items across the shop — enough to evaluate, not to run a store on.
  • Development and partner-test stores are never capped. Build without thinking about it.
  • Paid plans have no item cap, and no plan meters "wishlist actions" or gates the API. Reads, removes, exports and the whole private surface keep working at the cap — only new saves are blocked.

What to do with it

  • Storefront UIs: treat it like a full cart — the shopper can't fix it, so fail quietly (the components revert the toggle and emit envie:error).
  • Merchants: upgrade in the Shopify admin under Envie → Plan. The cap lifts immediately.
  • Imports on a free plan hit this early; the dry-run report shows it before anything is written.

On this page