Skip to main content

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

Order address details retrieved successfully