Schema: sku
Schema: sku Example Markup
The following are examples of markup written in json+ld that include the correct usage for Schema: sku.
In-depth Product JSON-LD example wired into the Xoo universe via XooTee, a premium t-shirt sold by Xoo Code Inc. at the Dunmore store. Covers Offer, AggregateRating, Review, and @id reuse in one example.
ProductGroup JSON-LD example for XooTee Classic in multiple sizes and colors. Covers hasVariant, variesBy, and productGroupID (the 3 properties unique to ProductGroup), plus the variant linking pattern with Product entities.
IndividualProduct JSON-LD example for a specific XooTee with a serial number. IndividualProduct adds one property (serialNumber) to distinguish a single identifiable unit from a generic product listing.
ParcelDelivery JSON-LD example for a shipping notification email. Covers the 11 ParcelDelivery properties (trackingNumber, trackingUrl, carrier, expectedArrivalFrom, expectedArrivalUntil, hasDeliveryMethod, itemShipped, deliveryAddress, originAddress, partOfOrder, deliveryStatus) and how Gmail uses this for package tracking.
TypeAndQuantityNode JSON-LD example for bundle components and order line items: a reusable (product, quantity, business-function, unit) tuple. StructuredValue subtype from the GoodRelations vocabulary.
WarrantyPromise JSON-LD example for product warranty structured data. StructuredValue subtype with durationOfWarranty (QuantitativeValue) and warrantyScope (WarrantyScope enumeration).
EnergyConsumptionDetails JSON-LD example for EU / US energy-label structured data on appliances and vehicles. Intangible with hasEnergyEfficiencyCategory and min/max scale bounds.
ItemPage JSON-LD example for a page focused on a single item (product, article, person). Direct WebPage subtype with no unique properties.
OrderItem JSON-LD example for a line item inside an Order. Structured-value subtype carrying orderItemNumber, orderQuantity, orderedItem, orderItemStatus, and orderDelivery for per-line fulfillment tracking.