Im having trouble extracting the Name and Email of a contact from a commerce order. ( I need this to email the contact)
"contact_person_details": [
{
"phone": #########,
"mobile": "",
"last_name": "LName",
"contact_person_id": ###################,
"first_name": "FName",
}
]