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
- 200
- 400
- 401
- 403
- 404
- 500
Address retrieved successfully with complete address details
Invalid request data or validation errors
Authentication required - provide valid OAuth2 token
Insufficient permissions - addresses:read scope required
Address not found
Internal server error occurred