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

ADDRESS_OUT_OF_RANGE

ADDRESS_OUT_OF_RANGE

The delivery address is geocodable but lies outside the merchant's delivery radius (or outside any merchant's radius for a discovery call).

Reserved error code — not currently emitted by any endpoint. Partners may begin handling it defensively; backend will start emitting once wired in.

Summary

FieldValue
HTTP status400
errorCategoryvalidation
retryablefalse

When This Fires

  • POST /v1/marketplace/orders/validate / /place — the chosen store does not deliver to the address on the session's fulfillment-context.
  • PUT /v1/marketplace/session/fulfillment-context — when policy rejects setting a delivery address that no merchant in the catalog serves (if enforced at context-set time).

Recommended Action

Offer pickup at a nearby store, or surface stores that do deliver to this address:

  1. Re-run discovery (GET /v1/marketplace/stores) with the same address — only stores within range are returned.
  2. Suggest pickup at the originally selected store if pickup is supported.
  3. Surface the in-range stores as alternatives.

Example

Code
{ "type": "https://developer.gett-tech.com/errors/ADDRESS_OUT_OF_RANGE", "title": "Bad Request", "status": 400, "detail": "The delivery address is outside the store's delivery radius.", "instance": "/v1/marketplace/orders/validate", "requestId": "req_abc123", "timestamp": "2026-04-27T14:30:00.000Z", "errorCode": "ADDRESS_OUT_OF_RANGE", "errorCategory": "validation", "retryable": false }
ADDRESS_INVALIDCART_EMPTY
On this page
  • Summary
  • When This Fires
  • Recommended Action
  • Example
JSON