Gett Developer Portal
  • Welcome
  • Distribution Partners
  • Brand Partners
  • Commerce Partners
  • Ecosystem Partners
  • Errors
  • API Reference
Documentation
  • Get Started
  • Marketfront SDK
  • API Reference
Resources
  • Payments
Company
  • Gett
  • Terms of Service
  • Privacy Policy

Copyright 2026 Gett. All rights reserved.

409 Conflict403 Forbidden500 Internal Server Error400 Bad Request404 Not Found429 Too Many Requests503 Service Unavailable401 Unauthorized502 Bad Gateway422 Unprocessable EntityADDRESS_INVALIDADDRESS_OUT_OF_RANGECART_EMPTYCATALOGSET_NOT_FOUNDCATALOGSET_REQUIREDITEM_UNAVAILABLEMODIFIER_REQUIREDORDER_ALREADY_PLACEDORDER_BELOW_MINIMUMORDER_TOTAL_DIFFERENTPAYMENT_DECLINEDPAYMENT_FAILEDPAYMENT_METHOD_INVALIDSESSION_USER_REQUIREDSTORE_CLOSEDSTORE_NOT_FOUND
powered by Zuplo
Errors

RATE_LIMITED — 429 Too Many Requests

429 Too Many Requests

You have exceeded the rate limit for your partner organization.

Category

rate_limit

Retryable?

Yes. Wait for retryAfter seconds before retrying. If retryAfter is not present, use exponential backoff starting at 1 second.

Rate Limits

Endpoint TypeLimit
Read operations1,000/min
Write operations100/min
Store discovery60/min

Rate limits are scoped to your partner organization — all API keys belonging to the same organization share the same quota. Sandbox limits are 5x higher.

Headers

HeaderDescription
X-RateLimit-RemainingRequests remaining in the current window
X-RateLimit-ResetUnix timestamp when the window resets

Example

Code
{ "type": "https://developer.gett-tech.com/errors/RATE_LIMITED", "title": "Too Many Requests", "status": 429, "detail": "You are being rate-limited.", "instance": "/v1/marketplace/stores/discover", "requestId": "req_abc123", "timestamp": "2026-03-11T14:30:00.000Z", "errorCode": "RATE_LIMITED", "errorCategory": "rate_limit", "retryable": true, "retryAfter": 60 }
404 Not Found503 Service Unavailable
On this page
  • Category
  • Retryable?
  • Rate Limits
  • Headers
  • Example
JSON