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
| Field | Value |
|---|---|
| HTTP status | 400 |
errorCategory | validation |
retryable | false |
When This Fires
POST /v1/marketplace/orders/validate//place— the chosen store does not deliver to the address on the session'sfulfillment-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:
- Re-run discovery (
GET /v1/marketplace/stores) with the same address — only stores within range are returned. - Suggest pickup at the originally selected store if pickup is supported.
- Surface the in-range stores as alternatives.
Example
Code