APIsLead TimeReference
Get the next available ship date for a part
Returns the next available ship date and business days to ship for the given part and quantity. If the requested quantity is at or below current stock, this returns a 1-business-day estimate without querying downstream scheduling systems. If the part requires ordering in full packaging increments, the quantity may be rounded up; the actual quantity used is returned in adjustedQuantity.
Authorization
Bearer AuthorizationBearer <token>
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {your token here}"
In: header
Path Parameters
part*string
Query Parameters
quantity?integer
Format
int32Header Parameters
client-app-name?string
Name of the client application
Default
"samtec-dev-portal"Response Body
application/json
curl -X GET "https://example.com/v1/scheduling/string"{ "part": "TSW-110-08-T-D", "businessDaysToShip": 12, "nextShipDate": "2026-09-18", "adjustedQuantity": 5000}