The name of the customer
255
The ID of the customer
The external ID of the customer
The email address of the customer
The billing address of the customer
Show child attributes
The shipping address of the customer
The phone number of the customer
32
{ "name": "<string>", "id": "<string>", "external_id": "<string>", "email": "<string>", "billing_address": { "street_1": "<string>", "city": "<string>", "state": "<string>", "postal_code": "<string>", "country": "<string>", "street_2": "<string>" }, "shipping_address": { "street_1": "<string>", "city": "<string>", "state": "<string>", "postal_code": "<string>", "country": "<string>", "street_2": "<string>" }, "phone_number": "<string>" }