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

NOT_FOUND — 404 Not Found

404 Not Found

The requested resource does not exist.

Category

not_found

Retryable?

No. Verify the resource ID or path.

Common Error Codes

CodeDescriptionAction
STORE_NOT_FOUNDStore does not existRe-discover stores
CATALOGSET_NOT_FOUNDCatalogSet does not existRe-discover for updated catalogSetId

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.

USER_ADDRESS_NOT_FOUND

The address id does not belong to this session's user.

What to do: Re-read the user's saved addresses and use one of those ids.

STEM_NOT_FOUND

No store matches the supplied URL stem.

What to do: Check the stem, or resolve the store through discovery instead.

Example

Code
{ "type": "https://developer.gett-tech.com/errors/STORE_NOT_FOUND", "title": "Not Found", "status": 404, "detail": "The store does not exist.", "instance": "/v1/marketfront/stores/abc123", "requestId": "req_abc123", "timestamp": "2026-03-11T14:30:00.000Z", "errorCode": "STORE_NOT_FOUND", "errorCategory": "not_found", "retryable": false }
400 Bad Request429 Too Many Requests
On this page
  • Category
  • Retryable?
  • Common Error Codes
  • Error Codes
    • USER_ADDRESS_NOT_FOUND
    • STEM_NOT_FOUND
  • Example
JSON