Searching for Addresses
If you want to look up a single address using its customer id and address id, use the find method.
Address address = gateway.Address.Find("a_customer_id", "an_address_id");
If the address cannot be found, it will throw a NotFoundException.