You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.
Client is throwing ShippoAPIError for batch shipment creation with batch sizes equal or greater than 500. Small batches (1-200) return a valid JSON response.
{
"type": "ShippoAPIError",
"message": "Invalid JSON received from the Shippo API"
}
Manually testing large batches shipment requests (>=500) with Postman seem to return valid JSON and I'm able to use the resulting batch shipment.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Client is throwing
ShippoAPIError
for batch shipment creation with batch sizes equal or greater than 500. Small batches (1-200) return a valid JSON response.Manually testing large batches shipment requests (>=500) with Postman seem to return valid JSON and I'm able to use the resulting batch shipment.
The text was updated successfully, but these errors were encountered: