Lots REST Endpoints

Inventory Management/Inbound Shipments/Shipment Lines/Lots
The Lots resource gets the lot information for a specific inbound shipment line.
Get all lots
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inboundShipments/{inboundShipmentsUniqID}/child/shipmentLines/{shipmentLinesUniqID}/child/lots
Get one lot
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inboundShipments/{inboundShipmentsUniqID}/child/shipmentLines/{shipmentLinesUniqID}/child/lots/{lotsUniqID}