{

    "shipAddress": "Recipient Name\nRecipient Name\nStreet Address\nCity ST #####\nUnited States",
    "createdDate": "2023-03-06 11:56:06",
    "email": "customer@email.com",
    "entity": {
        "id": "<CUSTOMER ENTITY ID>",
        "refName": "##### Customer Name"
    },
    "id": "<SALES ORDER ID>",
    "item": {
        "links": [
            {
                "rel": "self",
                "href": "https://<COMPANY ID>.suitetalk.api.netsuite.com/services/rest/record/v1/salesorder/<SALES ORDER ID>/item"
            }
        ]
    }
}