Schema: customer
Schema: customer Example Markup
The following are examples of markup written in json+ld that include the correct usage for Schema: customer.
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.
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.
Invoice JSON-LD example — Intangible + LegalDocument carrying totalPaymentDue, paymentStatus, paymentDueDate, customer, provider, accountId, billingPeriod, and referencesOrder. Gmail invoice markup target.