{ "@context": { "@vocab": "https://schema.org/", "fabric": "https://developer.fabric.inc/vocab#", "Product": "schema:Product", "Offer": "schema:Offer", "Order": "schema:Order", "Invoice": "schema:Invoice", "ParcelDelivery": "schema:ParcelDelivery", "Person": "schema:Person", "PostalAddress": "schema:PostalAddress", "ItemList": "schema:ItemList", "id": "@id", "type": "@type", "sku": "schema:sku", "name": "schema:name", "description": "schema:description", "image": "schema:image", "category": "schema:category", "price": "schema:price", "priceCurrency": "schema:priceCurrency", "availability": "schema:availability", "validFrom": "schema:validFrom", "validThrough": "schema:validThrough", "customer": {"@id": "schema:customer", "@type": "@id"}, "orderNumber": "schema:orderNumber", "orderStatus": "schema:orderStatus", "orderDate": "schema:orderDate", "acceptedOffer": "schema:acceptedOffer", "orderedItem": "schema:orderedItem", "totalPrice": "schema:totalPrice", "billingAddress": "schema:billingAddress", "shippingAddress": "schema:address", "trackingNumber": "schema:trackingNumber", "carrier": "schema:carrier", "promotion": "fabric:Promotion", "couponCode": "fabric:couponCode", "fabric:tenantId": {"@type": "@id"}, "fabric:cartId": {"@type": "@id"}, "fabric:shopperXP": {"@type": "@id"}, "fabric:productAgent": {"@type": "@id"} } }