📄️ Create customer address
Create a new address for a specific customer with complete validation and business rule enforcement.
📄️ Get specific customer address
Retrieve a specific address for a customer by address ID with complete address details.
📄️ Retrieve customer addresses
Retrieve all addresses associated with a specific customer, with optional filtering by address type.
📄️ Update customer address
Update an existing address for a specific customer with partial or complete address information.
📄️ Delete customer address
Delete an existing address for a specific customer with proper validation and cleanup.
📄️ Bulk create or update customer addresses
Process multiple addresses for a customer in a single operation with intelligent upsert logic.