{ "@context": { "@vocab": "https://schema.org/", "whiplash": "https://www.getwhiplash.com/ns#", "xsd": "http://www.w3.org/2001/XMLSchema#", "id": "@id", "type": "@type", "Order": "Order", "externalId": "identifier", "createdAt": { "@id": "dateCreated", "@type": "xsd:dateTime" }, "updatedAt": { "@id": "dateModified", "@type": "xsd:dateTime" }, "tenantId": "whiplash:tenantId", "name": "name", "status": "orderStatus", "currency": "priceCurrency", "billingAddress": "billingAddress", "shippingAddress": "deliveryAddress", "customFields": "whiplash:customFields", "tags": "keywords", "Customer": "Person", "firstName": "givenName", "lastName": "familyName", "email": "email", "phone": "telephone", "addresses": "address", "Item": "Product", "sku": "sku", "weight": "weight", "weightUnit": "unitText", "Fulfillment": "ParcelDelivery", "ConsumerReturn": "whiplash:ConsumerReturn", "Shipnotice": "whiplash:Shipnotice", "NotificationSubscription": "whiplash:NotificationSubscription", "url": "url", "events": "whiplash:subscribedEvents", "active": "whiplash:active", "Address": "PostalAddress", "address1": "streetAddress", "address2": "whiplash:streetAddress2", "city": "addressLocality", "stateOrProvince": "addressRegion", "zipCodeOrPostalCode": "postalCode", "country": "addressCountry", "company": "name", "warehouseId": "whiplash:warehouseId", "quantity": "whiplash:quantity" } }