Items REST Endpoints

Inventory Management/Shipping LPN Parents/Items
Detailed breakdown of items stored within an LPN.
Create items
Method: post
Path: /fscmRestApi/resources/11.13.18.05/shippingPackingUnits/{PackingUnitHistoryId}/child/packingUnitItems
Delete one item
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/shippingPackingUnits/{PackingUnitHistoryId}/child/packingUnitItems/{packingUnitItemsUniqID}
Get all items
Method: get
Path: /fscmRestApi/resources/11.13.18.05/shippingPackingUnits/{PackingUnitHistoryId}/child/packingUnitItems
Get one item
Method: get
Path: /fscmRestApi/resources/11.13.18.05/shippingPackingUnits/{PackingUnitHistoryId}/child/packingUnitItems/{packingUnitItemsUniqID}
Update one item
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/shippingPackingUnits/{PackingUnitHistoryId}/child/packingUnitItems/{packingUnitItemsUniqID}