Skip to content

Instantly share code, notes, and snippets.

@aficiomaquinas
Created October 9, 2013 23:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aficiomaquinas/6910030 to your computer and use it in GitHub Desktop.
Save aficiomaquinas/6910030 to your computer and use it in GitHub Desktop.
Postmaster.io fit packages error
curl https://api.postmaster.io/v1/packages/fit \
-u {{apikey}}: \
-H "Content-Type: application/json" \
-d '{
"items":[
{
"width":5,
"length":7,
"height":10,
"count":4,
"dimension_units": "CM"
}
],
"packages":[
{
"width":6,
"length":6,
"height":6,
"dimension_units": "CM"
},
{
"width":12,
"length":12,
"height":12,
"dimension_units": "CM"
}
]
}'
{"message": "Transient error, please try again later.", "code": 500}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment