The customer resource connects all information needed to properly manage your relationships. To create a customer see Customer Create and to update it see Customer Update. The bare minimum needed to create is customer is only the name (and any required fields you may have). To create or update a customer's address you will need to pass it alongside the customer, like so:PATCH is the same but with the customer ID in the routeCirqll used to offer street, house_number, addition and full_address. These have been moved to address_line_one. You can still use them, but they will automatically be converted to address_line_one. full_address is the same as address_line_one.Please upgrade your integration to support the new structure and to avoid overriding data.
Checkout the Field Values documentation on how to manage the field values.Eager Loading#