[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-03 UTC."],[[["The `Order` type defines structured data for order information, extending the `Intangible` type."],["It includes details like the accepted offer, billing address, customer, order date, status, and pricing."],["Key properties include `acceptedOffer`, `billingAddress`, `customer`, `orderDate`, `orderNumber`, `orderStatus`, `price`, and `seller`."],["Both `price` and `priceCurrency` are required for specifying the total order price."],["`potentialAction` with `ViewAction` enables support for order-related actions."]]],["The Order type defines the structure for order-related data. Key elements include the `acceptedOffer`, detailing the sold `itemOffered` (product or reservation) with its name. It requires billing address information, including country, locality, region, and street address. The `customer` and `seller` are identified by name. Essential transaction data involves `orderDate`, `orderNumber`, `orderStatus`, total `price`, and `priceCurrency`. Actions associated with the order are defined in `potentialAction`. Detailed pricing can be provided in `priceSpecification`.\n"]]