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

INVALID_REQUEST — 400 Bad Request

400 Bad Request

The request body or parameters are invalid. Check the errorCode and errors fields for details.

Categories

This status code may appear with several error categories depending on the domain error:

CategoryError CodesWhat To Do
validationCART_EMPTY, MODIFIER_REQUIRED, ORDER_BELOW_MINIMUM, ORDER_TOTAL_DIFFERENT, ADDRESS_INVALID, ADDRESS_OUT_OF_RANGE, CATALOGSET_REQUIREDFix the request based on the error code and retry
availabilitySTORE_CLOSED, ITEM_UNAVAILABLERe-discover available resources
paymentPAYMENT_FAILED, PAYMENT_METHOD_INVALID, PAYMENT_DECLINEDUse a different payment method or contact support

Retryable?

Generally no — the request itself must be corrected. Exception: PAYMENT_FAILED may be retried (transient processor error).

Example

Code
{ "type": "https://developer.gett-tech.com/errors/CART_EMPTY", "title": "Bad Request", "status": 400, "detail": "The cart has no items.", "instance": "/v1/marketplace/orders/validate", "requestId": "req_abc123", "timestamp": "2026-03-11T14:30:00.000Z", "errorCode": "CART_EMPTY", "errorCategory": "validation", "retryable": false }
500 Internal Server Error404 Not Found
On this page
  • Categories
  • Retryable?
  • Example
JSON