Update Shipment
PUT/api/purchase-order-shipments/:purchase_order_shipment
Update an existing purchase order shipment's shipping method or tracking number.
Authentication: Requires Bearer token.
Fields:
- shipping_method_id (optional): Updated system shipping method ID (or null to unset)
- tracking (optional): Updated tracking number, max 255 characters
Request
Responses
- 200
Successful response