get_customer_address
Retrieve a specific customer address entry by providing the customer ID and address ID for subscription billing management in e-commerce platforms.
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) |