Smartrr · Rate Limits

Smartrr Rate Limits

Smartrr does not publish fixed numeric rate limits for its Vendor API. The public OpenAPI document defines apiKey (x-smartrr-access-token) authentication and paginated list endpoints (pageNumber / pageSize) but does not document a per-minute or per-account request cap. In practice, high-volume read patterns should be paginated and bulk mutations should use the provided bulk endpoints (bulk-cancel, bulk-pause, bulk-skip, bulk-retry) rather than many single requests. Because Smartrr sits on top of Shopify, some operations are ultimately bounded by Shopify's own API limits.

Smartrr Rate Limits is the machine-readable rate-limit profile for Smartrr on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 4 rate-limit definitions, measuring requests, records, and events.

The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include Subscriptions, Shopify, Ecommerce, Rate Limiting, and Quotas.

4 Limits Throttle: 429
SubscriptionsShopifyEcommerceRate LimitingQuotas

Limits

Vendor API Requests account
requests
not published
No fixed numeric request-rate limit is documented for the Vendor API.
List Pagination endpoint
records
configurable via pageSize
List endpoints return paginated results controlled by pageNumber and pageSize.
Subscription Events subscription
events
250 most recent
The purchase-state events endpoint returns up to the 250 most recent events.
Bulk Operations account
records
batch-bounded
Prefer bulk endpoints (bulk-cancel, bulk-pause, bulk-skip, bulk-retry) over many single mutations.

Policies

Backoff Strategy
Clients should implement exponential backoff with jitter and honor any Retry-After header on 429 responses.
Pagination
Iterate large result sets with pageNumber / pageSize rather than requesting unbounded lists.
Upstream Shopify Limits
Some operations proxy to or depend on Shopify, so Shopify's own API rate limits can apply indirectly.

Sources