Attachments REST Endpoints

Inventory Management/Shipments/Shipment Lines/Attachments
The attachments resource is used to view, create, and update attachments.
Delete an attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/shipments/{Shipment}/child/unpackedShipmentLines/{ShipmentLine3}/child/attachments/{attachmentsUniqID}
Get all attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/shipments/{Shipment}/child/unpackedShipmentLines/{ShipmentLine}/child/attachments
Get an attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/shipments/{Shipment}/child/unpackedShipmentLines/{ShipmentLine3}/child/attachments/{attachmentsUniqID}