get_customer_address
Retrieve a specific address book entry for a customer using their customer ID and address ID.
Instructions
Get a single address book entry by ID. GET /customers/{customerId}/addressbooks/{addressId}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customerId | Yes | Customer ID (required) | |
| addressId | Yes | Address book entry ID (required) |