Skip to content

Get Ship Tos

Retrieve all ship-to locations from Last Mile Intelligence.

getShipTo

shipTo

ParameterTypeRequiredDefaultDescription
Ship To IDstringNo-Leave empty to retrieve all ship-tos
[
{
"id": "ship_abc123",
"customerId": "cust_xyz789",
"name": "Main Facility",
"city": "Chicago",
"isActive": true
},
{
"id": "ship_def456",
"customerId": "cust_xyz789",
"name": "Backup Location",
"city": "Evanston",
"isActive": true
}
]
{
"success": false,
"error": "Failed to retrieve ship-tos"
}
  • Missing API Token: LMI credential is missing API token
  • Permission Denied: API token lacks permission for this operation