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

SERVICE_UNAVAILABLE — 503 Service Unavailable

503 Service Unavailable

The Gett API is temporarily unavailable. This is typically due to a planned maintenance window or a transient overload condition.

Category

availability

Retryable?

Yes. Retry with exponential backoff: 1s, 2s, 4s, up to a maximum of 30s. Check retryAfter if present for the recommended wait time. Monitor status.gett-tech.com for service updates.

Example

Code
{ "type": "https://developer.gett-tech.com/errors/SERVICE_UNAVAILABLE", "title": "Service Unavailable", "status": 503, "detail": "The service is temporarily unavailable. Please try again shortly.", "instance": "/v1/marketplace/stores/discover", "requestId": "req_abc123", "timestamp": "2026-03-11T14:30:00.000Z", "errorCode": "SERVICE_UNAVAILABLE", "errorCategory": "availability", "retryable": true, "retryAfter": 30 }
429 Too Many Requests401 Unauthorized
On this page
  • Category
  • Retryable?
  • Example
JSON