Add Note
POST /api/purchase-order-shipments/:shipment/notes
Add a note to a purchase order shipment.
Authentication: Requires Bearer token.
Body:
- note (required): Note text content
- is_pinned (optional): Whether the note should be pinned. Default: false
Request