{ "operationId": "updateCustomersAddresses", "method": "PUT", "path": "/customers/addresses", "summary": "BigCommerce Update a Customer Address", "requestExamples": [ { "contentType": "application/json", "name": "example-1", "example": [ { "id": 11, "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", "form_fields": [ { "name": "test", "value": "test" } ] } ] }, { "contentType": "application/json", "name": "example-2-form-fields", "example": [ { "id": 11, "form_fields": [ { "name": "test", "value": "test" } ] } ] } ], "responseExamples": [] }