Get order address by ID
GET/v2/orders/:orderId/addresses/:id
Retrieves a specific address associated with an order by its unique identifier.
Returns complete address information including contact details, geographic location, and address type. This endpoint is useful for retrieving billing or delivery addresses for order processing, shipping calculations, and customer service operations.
The response includes:
- Complete address details (street, city, postal code, country)
- Contact information (name, email, phone)
- Address type (billing, delivery, pickup)
- Address validation status and metadata
- Associated order reference information
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Order address details retrieved successfully
Invalid address or order ID format
Authentication required - invalid or missing access token
Insufficient permissions to access this order address
Order address not found with the specified ID
Internal server error while retrieving order address