Lightspeed Pos Rate Limits
The Lightspeed Retail R-Series API enforces a per-account leaky-bucket rate limit. Each request adds a variable cost (X-LS-Api-Request-Cost drips) to a bucket that drains at one drip per second (X-LS-Api-Drip-Rate); the account's bucket size scales with the number of registers on the subscription. The X-LS-Api-Bucket-Level header reports current fill as level/size. Exceeding the bucket returns HTTP 429. The Retail X-Series (Vend) API and Restaurant K-Series API apply their own per-key request throttling and likewise signal back-pressure with 429 plus Retry-After. Limits are per-account / per-API-key rather than per-IP.
Lightspeed Pos Rate Limits is the machine-readable rate-limit profile for Lightspeed on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 4 rate-limit definitions, measuring leaky_bucket_drips, varies, and requests_per_second.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include POS, Retail, Restaurant, Ecommerce, and Rate Limiting.