Update Shipment Details (FBA)
PUT/api/purchase-orders/:purchase_order/update-shipment
Update shipment details (shipped date and tracking number) for an already-shipped FBA purchase order.
Authentication: Requires Bearer token.
Body:
- shipment_date (optional, date Y-m-d, on or before today)
- tracking_number (optional, string, max:255)
Request
Responses
- 200
Successful response