- Subcategories:
 - Large Object (LOB) Attributes - NoteTxt
 
Notes for Outer Packing Units REST Endpoints
    
        Inventory Management/Shipment Transaction Requests/Shipments/Outer Packing Units/Notes for Outer Packing Units
    
The Notes for Outer Packing Units resource manages details about outer packing unit notes, such as packing instructions and shipping instructions.
- Create one note
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/outerPackingUnits/{LPNInterfaceId}/child/notes - Get all notes
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/outerPackingUnits/{LPNInterfaceId}/child/notes - Get one note
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/outerPackingUnits/{LPNInterfaceId}/child/notes/{NoteId} - Update a note
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/outerPackingUnits/{LPNInterfaceId}/child/notes/{NoteId}