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.

Changes

No recorded changes to this endpoint across all 12 revisions of this API.