/ 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/Search/PoNumber/{poNumber}
GET
api.digikey.com/OrderManagement/v1/ OrderManagement/SalesOrdersByPoNumber
Get SalesOrder information by Purchase Order number
Parameters
Name | Description | |
---|---|---|
poNumber * string (path) | Purchase order number | |
ordersLimit integer($int32) (query) | Query Limit number of orders returned. Default is 1000 Default value : 0 |
Responses
Code | Description |
200 | Success {
"salesOrdersDetails": [
{
"salesOrderId": 0,
"customerId": 0,
"accountId": 0,
"orderName": "string",
"purchaseOrder": "string",
"dateEntered": "2025-04-10T11:10:01.919Z",
"processingState": 0,
"displayFlag": "string"
}
]
} |
400 | Bad Request - The input model is invalid or malformed {
"statusCode": 0,
"errorMessage": "string",
"errorDetails": "string",
"requestId": "string",
"validationErrors": [
{
"field": "string",
"message": "string"
}
]
} |
401 | Unauthorized - Token is expired or client Id or subscription are invalid {
"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 - Your rate limit has been exceeded {
"statusCode": 0,
"errorMessage": "string",
"errorDetails": "string",
"requestId": "string",
"validationErrors": [
{
"field": "string",
"message": "string"
}
]
} |
503 | Service Unavailable - The service is temporarily unavailable {
"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