{
"customer": {
"id": 42,
"email": "",
"created_at": "",
"updated_at": "",
"first_name": "",
"last_name": "",
"orders_count": 42,
"state": "",
"total_spent": "",
"last_order_id": 42,
"note": "",
"verified_email": true,
"multipass_identifier": "",
"tax_exempt": true,
"tags": "",
"last_order_name": "",
"currency": "",
"phone": "",
"addresses": [
{
"id": 42,
"customer_id": 42,
"first_name": "",
"last_name": "",
"company": "",
"address1": "",
"address2": "",
"city": "",
"province": "",
"country": "",
"zip": "",
"phone": "",
"name": "",
"province_code": "",
"country_code": "",
"country_name": "",
"default": true
}
],
"tax_exemptions": [
""
],
"email_marketing_consent": {
"state": "",
"opt_in_level": "",
"consent_updated_at": ""
},
"sms_marketing_consent": {
"state": "",
"opt_in_level": "",
"consent_updated_at": "",
"consent_collected_from": ""
},
"admin_graphql_api_id": "",
"default_address": {
"id": 42,
"customer_id": 42,
"first_name": "",
"last_name": "",
"company": "",
"address1": "",
"address2": "",
"city": "",
"province": "",
"country": "",
"zip": "",
"phone": "",
"name": "",
"province_code": "",
"country_code": "",
"country_name": "",
"default": true
}
}
}