post https://api.essentialhub.com/api/v2/shipments/ship
This method is most commonly used. It will create a new shipment and ship it in the system at the same time.
Log in to see full request history
Response
This method is most commonly used. It will create a new shipment and ship it in the system at the same time.
xxxxxxxxxx
22curl --request POST \
--url https://api.essentialhub.com/api/v2/shipments/ship \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"shipment": {
"to_location": {
"country": "US",
"phone": "000-000-0000"
},
"from_location": {
"country": "US",
"phone": "000-000-0000"
},
"return_location": {
"country": "US",
"phone": "000-000-0000"
}
}
}
'
Try It!
to start a request and see the response here! Or choose an example: