Inbound Shipments REST Endpoints

Inventory Management/Inbound Shipments
The Inbound Shipments resource manages the receiving inbound shipments. It allows the user to query and display the shipment header, lines, lot, serial, attachments, and packing unit information. It includes the descriptive flexfield information for the shipment header and lines. It also allows update of certain shipment header and line attributes.
Get all inbound shipments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inboundShipments
Get one inbound shipment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inboundShipments/{inboundShipmentsUniqID}
Update one inbound shipment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/inboundShipments/{inboundShipmentsUniqID}