/ OrderManagement


API Summary:

An Api to make changes to Open SalesOrders. Eligible changes include [Date changes to existing Schedules]

Resource URL: api.digikey.com/OrderManagement/v1/SalesOrders/{salesOrderId}/NextAvailableDeliveryDate

GET
api.digikey.com/OrderManagement/v1/ OrderManagement/NextAvailableDeliveryDate
The NextAvailableDeliveryDate provides an estimate of the earliest delivery date. Estimate is calculated based on of Ship Method and Next Digi-Key Release day (or MSC scheduled release ). To schedule products to be delivered as fast as possible, call this end point and use the NextAvailableDeliveryDateView.EstimatedDeliveryDate as the ScheduleDate for put or patching schedules.

Parameters

NameDescription
salesOrderId *
integer($int32)
(path)

Responses

CodeDescription
200
Success
{
  "nextRelease": "2025-04-08T19:02:16.189Z",
  "estimatedDeliveryDate": "2025-04-08T19:02:16.189Z"
}
400
Bad Request
{
  "statusCode": 0,
  "errorMessage": "string",
  "errorDetails": "string",
  "requestId": "string",
  "validationErrors": [
    {
      "field": "string",
      "message": "string"
    }
  ]
}
401
Unauthorized
{
  "statusCode": 0,
  "errorMessage": "string",
  "errorDetails": "string",
  "requestId": "string",
  "validationErrors": [
    {
      "field": "string",
      "message": "string"
    }
  ]
}
403
Forbidden
{
  "statusCode": 0,
  "errorMessage": "string",
  "errorDetails": "string",
  "requestId": "string",
  "validationErrors": [
    {
      "field": "string",
      "message": "string"
    }
  ]
}
429
Too Many Requests
{
  "statusCode": 0,
  "errorMessage": "string",
  "errorDetails": "string",
  "requestId": "string",
  "validationErrors": [
    {
      "field": "string",
      "message": "string"
    }
  ]
}
503
Server Error
{
  "statusCode": 0,
  "errorMessage": "string",
  "errorDetails": "string",
  "requestId": "string",
  "validationErrors": [
    {
      "field": "string",
      "message": "string"
    }
  ]
}

Models

ApiErrorResponse
ApiValidationError
NextAvailableDeliveryDateView
Operation
OperationType
SalesOrderByPoNumberDetail
SalesOrderDetailView
SalesOrderEligibilityView
SalesOrderScheduleForUpdate
SalesOrderSchedulesView
SalesOrderView
SalesOrdersByPoNumberView
SchedulePatchView