EDI Core Limits
Updated July 5, 2022
The EDI Core API has a few limits on how you can use the service. If you are impacted, please let us know and we would be happy to work to help meet your needs. The request and response sizes are limited by the size of the HTTP request so you can send or receive more data if you use gzip compression on your request. Most HTTP clients support compression. You can enable it by setting the Accept-Encoding
header to gzip
.
Limit | |
---|---|
Requests per second | 25 |
Maximum concurrent requests | 100 |
Maximum request size | 4 megabytes |
Maximum response size | 6 megabytes |