Update an existing shipment item
PATCH/v2/orders/shipments/items/:id
Updates an existing shipment item with new information. Only provided fields will be updated, existing values are preserved for omitted fields.
Request
Responses
- 200
- 400
- 403
- 404
- 500
Shipment item updated successfully
Invalid shipment item data or validation errors
Insufficient permissions to update this shipment item
Shipment item not found with the specified ID
Internal server error during shipment item update