> For the complete documentation index, see [llms.txt](https://docs.digitalriver.com/commerce-api-references/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalriver.com/commerce-api-references/warnings-and-error-codes/error-codes/error-codes-for-shopper-apis/413-payload-too-large.md).

# 413 Payload Too Large

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.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.digitalriver.com/commerce-api-references/warnings-and-error-codes/error-codes/error-codes-for-shopper-apis/413-payload-too-large.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
