Skip to content

Update Quick Order

Update an existing quick order in Last Mile Intelligence.

updateQuickOrder

quickOrder

ParameterTypeRequiredDefaultDescription
Quick Order IDstringYes-The ID of the quick order to update
Quick Order DataJSONYes-Fields to update
{
"id": "qord_abc123",
"priority": "high",
"requestedQuantity": 600,
"status": "pending",
"updatedAt": "2024-06-21T10:30:00Z"
}
{
"success": false,
"error": "Quick order not found",
"quickOrderId": "invalid_id"
}
  • Missing API Token: LMI credential is missing API token
  • Quick Order Not Found: Quick order with specified ID does not exist
  • Invalid State: Quick order cannot be updated in current state
  • Validation Error: Invalid data format in update fields
  • Permission Denied: API token lacks permission for this operation