[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2024-09-04 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"]]