Skip to main content

Get specific customer address

GET 

/v2/customers/:lookupKey/:lookupValue/addresses/:addressId

Retrieve a specific address for a customer by address ID with complete address details.

Key Features

  • Flexible Customer Lookup: Find customer by internal ID or external source ID
  • Specific Address Retrieval: Get exact address by unique address ID
  • Complete Address Data: Returns full address details including contact information
  • Address Validation: Ensures address belongs to the specified customer

Business Rules

  • Address must exist and belong to the specified customer
  • Customer must exist before address retrieval
  • Source parameter required when using sourceId lookup method
  • Returns single address or 404 if not found

Use Cases

  • Address Verification: Verify specific address details for orders
  • Address Management: Display individual address in admin interfaces
  • Data Validation: Check address completeness before processing
  • System Integration: Retrieve specific addresses for external systems

Request

Responses

Address retrieved successfully with complete address details