OrderStatus Changelog

2024-02-28

The new OrderStatus API is replacing the current OrderDetails. OrderDetails will continue to be supported into 2025.

Added: 

  • The new OrderSearch endpoint returns all orders placed within the specified timeframe and includes the details for each order. Currently you need to call two endpoints to get that same information.
  • Both new endpoints include the SalesOrderStatus/EntireOrderStatus and the description for that status. It will now match what you see on DigiKey.com’s myDigiKey
  • The ability to page through orders, like on Digikey.com, has been added

Changed: 

  • History route has been changed from “/History” to “/orders”
  • Sales order route has been changed from “/Status/{salesOrderId}” to “/salesorder/{salesOrderId}”
  • “includeCompanyOrders” has been renamed to “shared”
  • SalesOrderId endpoint now returns a single sales order

Removed: 

  • “openOnly” parameter has been removed
  • “includes” parameter has been removed