boms
Get BOM
Returns BOM metadata (without lines). Use GET /boms/{id}/lines to fetch lines lazily.
get/boms/{id}
Path parameters
idstring required
BOM ID
Query parameters
item_idstring
Also report how this item sits in this BOM, as item_context. Absent from the response when the item is in no occurrence of it
Response
OK
object required
Changes
Changed in 1 of the 7 revisions of this API.2
- ○
added the new optional
queryrequest parameteritem_idnew-optional-request-parameter
- ○
added the non-success response with the status
400response-non-success-status-added
- ○