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