Limitations

ListBee is focused on one-time digital content sales via API. This page documents what is explicitly outside that scope, so agents and developers can plan accordingly.


Not supported

LimitationDetails
Physical goodsDigital content only. No shipping, inventory, or fulfillment.
SubscriptionsOne-time purchases only. No recurring billing, trials, or plan management.
Multi-currency per listingCurrency is set at the account level. All listings under an account use the same currency.
Custom checkout UICheckout is hosted by ListBee on buy.listbee.so. No embeddable widgets or custom payment forms.
Refund APIRefunds are processed through the Stripe dashboard directly. No ListBee API endpoint for refunds.
Content updatesThe content field is immutable after listing creation. To change content, delete the listing and create a new one.
Per-listing webhooksWebhooks are account-scoped. You cannot subscribe to events for a specific listing only.
Buyer accountsBuyers do not have accounts. They pay via Stripe Checkout and receive content by email. No buyer login or purchase history.

Platform limits

ResourceLimit
Listings per accountNo hard limit
Orders per month (Free plan)50
API keys per account10
Webhooks per account10
Metadata keys per listing50
Content file size100 MB
Rate limitsSee Rate limits

Next steps

  • FAQ — common questions about ListBee.
  • Errors — understand error responses when you hit a boundary.

Copy for AI assistants

Cursor / Claude Code
1# ListBee — limitations
2#
3# NOT supported:
4# - Physical goods (digital only)
5# - Subscriptions / recurring billing (one-time purchases only)
6# - Multi-currency per listing (currency is account-level)
7# - Custom checkout UI (hosted on buy.listbee.so)
8# - Refund API (use Stripe dashboard)
9# - Content updates (immutable — delete and recreate)
10# - Per-listing webhooks (account-scoped only)
11# - Buyer accounts (no login, no purchase history)
12#
13# Platform limits:
14# Orders/month (Free): 50
15# API keys/account: 10
16# Webhooks/account: 10
17# Metadata keys: 50
18# Content file size: 100 MB
19#
20# Docs: https://docs.listbee.so/limitations