Edit Shipping Details
PATCH/api/v2/sales-order-fulfillments/:salesOrderFulfillment/shipping-details
Edit an existing fulfillment's shipping details — tracking number and shipping cost. A narrow, guard-free update: unlike the fulfill flow it does NOT require an open sales order or fulfillment lines, so a tracking number can be corrected after the order has shipped/closed. Never changes the warehouse (Stage 0 lock untouched).
Body fields (all optional — send only what changes):
- tracking_number (string, nullable, max 255)
- cost (numeric, nullable, >= 0, < 100000)
Authentication: Requires Bearer token.
Request
Responses
- 200
- 422
OK
Unprocessable Entity