Now Available
Order API
Place Order – “Double” Type for Item Quantities
The Place Order endpoint now accepts the “double” type for item quantities.
Place Order – Validation for Non-Sellable Accounts
We now validate orders to ensure the ship-to account for the order is in a sellable status. If the ship-to account is non-sellable, the Place Order endpoint will return the following error message:
{
"request": {
"batchId": "B12345",
"recievedTime": "2025-05-07T15:54:28.26",
"ordersReceived": 1,
"ordersFailed": 1,
"ordersSucceded": 0
},
"orders": [
{
"requestId": "12345",
"confirmationNumber": null,
"message": "Error: Order Unsuccessful - Ship-To account number <shipToNumber> is non-sellable due to credit hold. Please contact your ABC Supply Branch to resolve the issue."
}
]
}
Pricing API
Price Items – 50 Item Limit
In order to improve performance on the Price Items endpoint, we have limited the number of items that can be priced in one request to 50 items.
Account API
Search Accounts – “isSellable” Flag
We now filter inactive accounts from the Search Accounts results and expose a new flag called “isSellable”. This flag indicates if an account is on credit hold. Users with accounts on credit hold may view accounts, orders, and products, and pricing, but will not be able to place orders against their non-sellable account(s).
Upcoming Release – 2025.05.12
Product API
Get All Items – Delta Loading Feature and “Status” Flag
We are currently working on enhancements to improve the delta loading feature of our Get All Items endpoint. This will allow integrators to request only items that have been updated since a specified date-time. The “status” flag on each item will indicate whether or not the item is available for purchase through the APIs.
In order to take advantage of this feature, integrators will want to allow access to each item conditionally based on the value of he “status” flag for all items, as discontinued items or those no longer available for sale via the APIs will have an “Inactive” status.
Pricing API
Price Items – “Double” Type for Item Quantities
The Price Items endpoint will soon accept “double” type for item quantities.