DecoNetwork · Rate Limits

Deconetwork Rate Limits

DecoNetwork does not publish fixed numeric per-minute or per-account request limits for its JSON API. The primary documented bound is result-set pagination - search endpoints (orders, products, inventory, purchase orders) return at most 100 results/rows per request, and callers page through larger sets using an offset. API access itself is gated by the Enterprise subscription rather than by a per-call quota, and requests are authenticated on every call with username and password fields.

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

It captures 3 rate-limit definitions, measuring results, requests, and access.

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

Tagged areas include Custom Apparel, Web to Print, Orders, Inventory, and Rate Limiting.

3 Limits Throttle: not published
Custom ApparelWeb to PrintOrdersInventoryRate LimitingPagination

Limits

Search Result Page Size request
results
100 per request
Order, product, inventory, and purchase order search endpoints return up to 100 results/rows per request; page with offset.
API Request Rate account
requests
not published
No fixed numeric per-minute or per-account request-rate limit is documented.
Plan Gating account
access
Enterprise plan required
API access is included only on the Enterprise subscription; other plans cannot call the API.

Policies

Pagination
Use the offset parameter to page through result sets larger than 100 rows.
Backoff Strategy
No documented 429 policy; implement conservative client-side backoff and batching for large synchronization workloads.
Authentication Per Request
Every request must include username and password fields as query parameters or in the form-encoded body.

Sources