Skip to content

katana_public_api_client.models.create_customer_address_request

katana_public_api_client.models.create_customer_address_request

Classes

CreateCustomerAddressRequest

Request payload for creating a new customer address with complete contact and location information

Example

{'customer_id': 2003, 'entity_type': 'shipping', 'first_name': 'Maria', 'last_name': 'Garcia', 'company': 'Cafe Central', 'phone': '+1-555-0127', 'line_1': '789 Main Street', 'line_2': 'Unit 5', 'city': 'San Francisco', 'state': 'CA', 'zip': '94102', 'country': 'US', 'is_default': True}