Availabilities API (v0)
Download OpenAPI specification:Download
Team Order Management: team-order-management@newstore.com
Represents the availability to promise (ATP) quantity of all products only considering the default price book.
ATP is calculated by subtracting the sum of all allocations, reservations, and safety stock quantity, from the stock on hand. At NewStore, ATP is also the sum of the current ATP and future ATP.
For example, use it to get the ATP of the products to perform a reconciliation with your ERP.
Get ATP
Important: Do not use this method if you have more than one location.
Retrieves the current (global) availability to promise for all products.
Authorizations:
newStoreAccessToken
Responses
Response samples
- 200
Content type
application/json
{- "products": [
- {
- "product_id": "1005506",
- "atp": 6
}, - {
- "product_id": "1005507",
- "atp": 5
}
]
}