LogoLogo
System status
Commerce API references
Commerce API references
  • Commerce API references
  • Warnings and error codes
    • Errors
    • Error codes
      • HTTP response status codes
      • Error format for Shopper APIs
      • Error codes for Shopper APIs
        • 400 Bad Request
        • 401 Unauthorized
        • 403 Forbidden
        • 404 Not Found
        • 405 Method Not Allowed
        • 409 Conflict
        • 412 Precondition Failed
        • 413 Payload Too Large
        • 500 Internal Server Error
      • Error format for Admin APIs
        • Async error objects
        • Sync error objects
        • Deployment objects
        • Warning objects
      • Error codes for Admin APIs
        • Error patterns
        • Supported image types
        • Asynchronous response error codes
        • Deployment error codes
        • Synchronous response error codes
  • Commerce API reference guide
    • API structure
      • API keys
      • Supported OAuth and Commerce API formats
      • Mini cart widget
      • Custom attributes
      • Fields used as keys
      • Fields and expand query parameters
      • Caching responses
      • CORS support
      • JSONP support
      • Transport
      • Service profiles
      • Supported protocols and formats
      • Elements
      • Rate limiting
      • Locale and currency
      • Exchange rate
      • Product identifier
      • Product external reference identifier (ERID)
      • Customer external reference identifier ERID
      • Cancel request process
      • Failover and redundancy
      • Troubleshooting API calls
    • Shopper APIs reference
      • Carts
        • Offers
          • Offer types
          • POP offers
          • Applied offers
          • Eligible offers
      • Orders
      • Returns
      • Links
    • Admin APIs reference
      • Subscriptions
      • Sites
      • Products
      • Live changes
      • Authorized shipping and billing countries
      • Merchandising
      • Disclosures
    • Glossary
Powered by GitBook
On this page
  1. Warnings and error codes
  2. Error codes
  3. Error codes for Shopper APIs

413 Payload Too Large

Understand the 413 Request Entity Too Large error codes for the Shopper APIs.

The 413 Payload Too Large This error code occurs when a payload sent to the server is larger than the server is able or willing to process. It occurs when you try to upload a file or submit a form that exceeds the maximum size limit set by the server. Understanding and addressing this error is essential to ensure smooth user interactions and data exchanges on the web.

custom_descriptions_exceeds_limitation

The length of the customDescription exceeds the limitation. The possible error descriptions are as follows:

  • The custom description for the offer exceeds length limitation (2000). Shorten the custom description and try again. The length of the customDescription cannot exceed the length limitation (2000). Revise the custom description for less than 2000 characters, and try again.

Previous412 Precondition FailedNext500 Internal Server Error

Last updated 5 months ago