MarketMan · Rate Limits

Marketman Rate Limits

MarketMan's published API V3 documentation does not specify numeric rate limits, quotas, or throttling thresholds. The API is token-authenticated (AUTH_TOKEN header obtained via GetToken) and provides asynchronous variants for some heavy write operations (e.g. SetSalesAsync, CreateChecksAsync, SetPriceLevelAsync) along with an async token status endpoint, which implies server-side throttling and queuing for large jobs. Specific limits are not reconciled in this artifact and should be confirmed with MarketMan.

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

It captures 3 rate-limit definitions, measuring requests, token, and jobs.

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

Tagged areas include Restaurant, Inventory, Purchasing, Supply Chain, and Food Service.

3 Limits Throttle: see provider documentation
RestaurantInventoryPurchasingSupply ChainFood ServiceRate LimitingQuotasThrottling

Limits

Per-Account Request Limit account
requests
see provider documentation
No published per-minute or per-day request ceiling; assumed to exist server-side.
Token Lifetime account
token
see provider documentation
Tokens are obtained via GetToken; expiry/refresh cadence is not publicly documented.
Async Job Throughput account
jobs
see provider documentation
Bulk writes are queued via *Async endpoints and polled via GetAsyncTokenStatus.

Policies

Async Bulk Processing
Use SetSalesAsync, CreateChecksAsync, SetPosMenuItemsAsync, and SetPriceLevelAsync for large payloads; poll status rather than blocking.
Backoff Strategy
Clients should implement retries with exponential backoff and jitter pending documented limits.

Sources