Skip to content

CodeDescription
200/201OK. Everything worked as expected.
204OK. Everything worked OK but no values were returned.
400Bad request. The request you made was not accepted. This can be due to issues including missing a required parameter.
401Unauthorized. Occurs for issues with authentication such as you didn't provide a token or the token you provided does not exist.
404Not found. The requested resource doesn’t exist.
409Conflict. There was a conflict in your request. This could be caused by things like too many concurrent calls or if you tried to create a duplicate address in your address book.
422Unprocessable entity . Your request contained content that could not be processed by the Shippo API.
429Rate limit exceeded. You have made too many requests to the Shippo API. See our rates limit guide.
5xxServer error. Something has gone wrong with the Shippo server.