Skip to content

Update Ship To

Update an existing ship-to location in Last Mile Intelligence.

updateShipTo

shipTo

ParameterTypeRequiredDefaultDescription
Ship To IDstringYes-The ID of the ship-to to update
Ship To DataJSONYes-Fields to update
{
"id": "ship_abc123",
"name": "Main Facility - Updated",
"deliveryInstructions": "Use side entrance, code 1234",
"updatedAt": "2024-06-21T10:30:00Z"
}
{
"success": false,
"error": "Ship-to not found",
"shipToId": "invalid_id"
}
  • Missing API Token: LMI credential is missing API token
  • Ship-To Not Found: Ship-to with specified ID does not exist
  • Geocoding Failed: Could not geocode the updated address
  • Permission Denied: API token lacks permission for this operation