Shipments
This section describes the shipment functions for the Shipitor API.
User actions
Get Shipments
Get all shipments
Headers
Name
Type
Description
{
"success": true,
"shipments": [
{
"sender": "XXXXX",
"recipient": "XXXXX",
"sender_phone": "XXXXX",
"recipient_phone": "XXXXX",
"country": "US",
"service_speed": "UPS Next Day Air Early",
"package_weight": "120",
"description": "Goods",
"tracking": "XXXXX",
"labelPdfUrl": "XXXXX",
"_id": "XXXXX"
}
]
}Create Shipment
Create a shipment
Headers
Name
Type
Description
Request Body
Name
Type
Description
Last updated