v2

latestOpenAPI 3.0.42026-08-084694591.6 MB
Item

Get the can-make quantities for an item. Returns how much of this item can be produced from current subcomponent inventory (on-hand and available).

get/api/items/{itemId}/can-make

Path parameters

itemIdstring required

Response

The can-make quantities for the given item

canMakeFromOnHandnumber double nullable

The quantity that can be made from on-hand inventory of subcomponents of this item. Null if the planning cache has not yet been computed.

canMakeFromAvailablenumber double nullable

The quantity that can be made from available inventory (on-hand + incoming supply) of subcomponents of this item. Null if the planning cache has not yet been computed.