SkyHub API English
  • About SkyHub API
  • Sandbox and Production Environments
  • Authentication and Data Format
  • Pagination and Filters
  • HTTP Response Status Codes
  • Request Limits
  • Getting Started
  • Best Practices
  • Homologation Process
  • Freight Service
  • SkyHub API Guides
    • Product Integration
    • How to homologate my integration with SkyHub?
    • Shipping Label Service
    • Order integration and its statuses
    • Order and Product Filtering
    • Deleting items via API
    • Queues - Order Integration Queue
    • Product Category
    • Best practices for updating price and inventory
    • Homologation - "B2W Entrega" Shipping Label
    • Products Attributes
    • Query Synchronization and Production Errors
Powered by GitBook
On this page

Was this helpful?

Request Limits

To ensure good API performance, integrations will be subject to a throttling threshold.

The request limit on Skyhub is per endpoint and per API, so each API has the following limit:

Endpoint

Request Limit (per second)

Product

9

Orders

9

Other endpoints

1

If the integration exceeds this limit, HTTP error 429 will be returned.

When receiving the first HTTP error 429 we recommend that your integration wait for a new request window, so that you do not continue to incur the same error.

PreviousHTTP Response Status CodesNextGetting Started

Last updated 6 years ago

Was this helpful?