{ "operationId": "createCustomersAddresses", "method": "POST", "path": "/customers/addresses", "summary": "BigCommerce Create a Customer Address", "requestExamples": [ { "contentType": "application/json", "name": "example-1", "example": [ { "first_name": "John", "last_name": "Doe", "address1": "111 E West Street", "address2": "654", "city": "Akron", "state_or_province": "Ohio", "postal_code": "44325", "country_code": "US", "phone": "1234567890", "address_type": "residential", "customer_id": 11, "form_fields": [ { "name": "test", "value": "test" } ] } ] } ], "responseExamples": [] }