ReferenceErrors
not-found
404 — the resource in the URL does not exist for this shop.
https://docs.getenvie.com/errors/not-found · 404 — the id or token in the request resolves to nothing this shop owns.
Frequent causes
- A deleted or foreign id. Ids are scoped per shop — another shop's
lst_…id is a 404 here, indistinguishable from one that never existed. - An expired share token. Tokens die when the list owner deletes the list or the merchant disables sharing.
- A finished transfer job from long ago — job records are pruned.
A malformed id (wrong lst_/itm_ prefix, bad shape) is a
validation 400 instead — a well-formed id that's absent is
the only thing that 404s.
Fix
Re-read where the id came from. For share links, send the shopper to the shop's wishlist page
rather than a dead end; <envie-list share-token="…"> falls back to the shopper's own list when
the token doesn't resolve.