Schema: orderNumber
Schema: orderNumber Example Markup
The following are examples of markup written in json+ld that include the correct usage for Schema: orderNumber.
Order JSON-LD example for a XooTee purchase confirmation. Covers the 20 properties unique to Order including orderStatus enum, acceptedOffer, orderedItem, orderDelivery, paymentMethod, discount, and customer.
EmailMessage JSON-LD example for an order confirmation email. EmailMessage adds no properties of its own; it is a Message subtype that signals email-specific context to Gmail and email clients.
FindAction JSON-LD example for tracking a shipment. FindAction is the parent of CheckAction, DiscoverAction, and TrackAction for actions that locate or monitor something.
TradeAction JSON-LD example for a purchase. TradeAction is the parent of BuyAction, SellAction, OrderAction, PayAction, DonateAction, RentAction, TipAction, PreOrderAction, and QuoteAction for commerce actions.
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.
OrderStatus JSON-LD reference. 8-value Enumeration for order / order-item lifecycle state. Used as Order.orderStatus and OrderItem.orderItemStatus.
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.