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 EntityCATALOGSET_NOT_FOUNDCATALOGSET_REQUIREDCLIENT_CONTEXT_REQUIREDCLIENT_IP_INVALIDCLIENT_USER_AGENT_INVALIDITEM_UNAVAILABLEMODIFIER_REQUIREDORDER_TOTAL_DIFFERENTPRECISION_EXCEEDEDCARD_EXPIREDCARD_LOST_OR_STOLENINCORRECT_CVCINSUFFICIENT_FUNDSPAYMENT_DECLINEDPAYMENT_FAILEDPAYMENT_TOKEN_INVALIDPROCESSING_ERRORSESSION_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

server_error

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.

Error Codes

Each code below is an anchor. The type URI on a problem-detail response points straight at it, so dereferencing type lands on the exact code rather than the top of this page.

SEARCH_UNAVAILABLE

The search backend is temporarily unavailable, so store discovery cannot run.

What to do: Retry shortly — this is transient and carries retryable: true.

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/marketfront/stores/discover", "requestId": "req_abc123", "timestamp": "2026-03-11T14:30:00.000Z", "errorCode": "SERVICE_UNAVAILABLE", "errorCategory": "server_error", "retryable": true, "retryAfter": 30 }
429 Too Many Requests401 Unauthorized
On this page
  • Category
  • Retryable?
  • Error Codes
    • SEARCH_UNAVAILABLE
  • Example
JSON