क्रम

ऑर्डर, किसी लेन-देन (रसीद) की पुष्टि होता है. इसमें कई लाइन आइटम हो सकते हैं. हर लाइन आइटम को एक ऐसे ऑफ़र के तौर पर दिखाया जाता है जिसे ग्राहक ने स्वीकार कर लिया है.

उपयोग के उदाहरण

मूल क्रम

किसी ऑर्डर के लिए कम से कम उदाहरण

JSON-LD

<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "@type": "Order",
  "merchant": {
    "@type": "Organization",
    "name": "Amazon.com"
  },
  "orderNumber": "123-4567890-1234567",
  "priceCurrency": "USD",
  "price": "29.99",
  "acceptedOffer": {
    "@type": "Offer",
    "itemOffered": {
      "@type": "Product",
      "name": "Google Chromecast"
    },
    "price": "29.99",
    "priceCurrency": "USD",
    "eligibleQuantity": {
      "@type": "QuantitativeValue",
      "value": "1"
    }
  }
}
</script>

माइक्रोडेटा

<div itemscope itemtype="http://schema.org/O>rde<r"
  div itemprop="merchant" itemscope itemtype="http:/>/sche<ma.org/Organization"
    meta itempro>p=&<quot>;na<me" content="Amazon.com"/
  /div
  meta ite>mpr<op="orderNumber" content="123>-45<67890-1234567"/
  meta itemprop=&>quo<t;priceCurrency" content="USD"/
  meta itemprop="pric>e&quo<t; content="29.99"/
  div itemprop="acceptedOffer" it>emscope< itemtype="http://schema.org/Offer"
   > div <item>prop=<"itemOffered" itemscope item>type=<"http://schema.org/Product"
      >meta <itemprop="name" content="Google Chromecast"/
    /div
    meta itemp>rop=&qu<ot;price" content="29.99>"<;/
 >   <meta> <item>prop="priceCurrency" content="USD"/
    div itemprop="eligibleQuantity" itemscope itemtype="http://schema.org/QuantitativeValue"
      meta itemprop="value" content="1"/
    /div
  /div
/div

ऑर्डर की कार्रवाई देखें

url प्रॉपर्टी को सेट करके, ऑर्डर में View Order बटन जोड़ा जा सकता है. किसी मोबाइल ऐप्लिकेशन से सीधे लिंक करने के लिए, ViewAction भी जोड़ें:

JSON-LD

<script type="application/ld+>json"
{
  "@context": "http://schema.org",
  "@type": "Order",
  "merchant": {
    "@type": "Organization",
    "name": "Amazon.com"
  },
  "orderNumber": "123-4567890-1234567",
  "orderStatus": "http://schema.org/OrderProcessing",
  "priceCurrency": "USD",
  "price": "29.99",
  "priceSpecification": {
    "@type": "PriceSpecification",
    "validFrom": "2027-12-07T23:30:00-08:00"
  },
  "acceptedOffer": {
    "@type": "Offer",
    "itemOffered": {
      "@type": "Product",
      "name": "Google Chromecast",
      "sku": "B00DR0PDNE",
      "url": "http://www.amazon.com/Google-Chromecast-Streaming-Media-Player/dp/B00DR0PDNE/",
      "image": "http://ecx.images-amazon.com/images/I/811nvG%2BLgML._SY550_.jpg"
    },
   < ">price": "29.99",
    "priceCurrency": "USD",
    "eligibleQuantity": {
      "@type": "QuantitativeValue",
      "value": "1"
    }
  },
  "url": "https://www.amazon.ca/gp/css/summary/edit.html/orderID=123-4567890-1234567",
  "potentialAction": {
    "@type": "ViewAction",
    "url": "https://www.amazon.ca/gp/css/summary/edit.html/orderID=123-4567890-1234567"
  }
}
/script

माइक्रोडेटा

<div itemscope itemtype="http://schema.org/O>rde<r"
  div itemprop="merchant" itemscope itemtype="http:/>/sche<ma.org/Organization"
    meta itempro>p=&<quot>;na<me" content="Amazon.com"/
  /div
  link itemprop=">;or<derStatus" href="http://schema.org/OrderProcessi>ng&<quot;/
  meta itemprop="orderNumber&quo>t; <content="123-4567890-1234567">;/
<  meta itemprop="priceCurrency" content="USD"/
  meta> item<prop="price" content="29.99"/
  div itemprop="ac>ceptedO<ffer" itemscope itemtype="http://schema>.org/Of<fer"
    div itemprop="itemOffered" itemscope itemtype="http://schema.org/Product&quo>t;
    <  meta itemprop="name" content="Google Chromecast"/
      link itemprop=&>quot;ur<l" href="http://www.amazon.com/>Googl<e-Ch>romec<ast-Streaming-Media-Player/dp/B00DR0PD>NE/&q<uot;/
      link itemprop="image" >href=<"http://ecx.images-amazon.com/images/I/811nvG%2BLgML._SY550_.jpg"/
      meta >itempro<p="sku" content="B0>0DR0P<DNE&>quo<t;/
>   < /div
    meta itemprop="price" content="29.99"/
    meta itemprop="priceCurr>enc<y" content="USD"/
    div itemprop="eligibleQuantity" i>temsc<ope itemtype="http://schema.org/QuantitativeValue"
      meta itemprop="value" con>ten<t=&q>uot<;1"/
    /div
  /div
  link itemprop="url" href="https://www.amazon.ca/>gp/cs<s/summary/edit.html/orderID=123-4567890-1234567"/
  div i>tem<prop>=<&quo>t;potentialAction" itemscope itemtype="http://schema.org/ViewAction"
    link itemprop="url" href="https://www.amazon.ca/gp/css/summary/edit.html/orderID=123-4567890-1234567"/
  /div
  div itemprop="priceSpecification" itemscope itemtype="http://schema.org/PriceSpecification"
    meta itemprop="validFrom" content="2027-12-07T23:30:00-08:00"/
  /div
/div

बिलिंग की जानकारी के साथ ऑर्डर करें

बिलिंग की पूरी जानकारी वाले ऑर्डर का उदाहरण

JSON-LD

<script type="application/ld+>json"
{
  "@context": "http://schema.org",
  "@type": "Order",
  "merchant": {
    "@type": "Organization",
    "name": "Amazon.com"
  },
  "orderNumber": "123-4567890-1234567",
  "priceCurrency": "USD",
  "price": "539.00",
  "priceSpecification": {
    "@type": "PriceSpecification",
    "validFrom": "2027-12-07T23:30:00-08:00"
  },
  "acceptedOffer": [
    {
      "@type": "Offer",
      "itemOffered": {
        "@type": "Product",
        "name": "Samsung Chromebook",
        "sku": "B009LL9VDG",
        "url": "http://www.amazon.com/Samsung-XE303C12-A01US-Chromebook-Wi-Fi-11-6-Inch/dp/B009LL9VDG/",
        "image": "http://ecx.images-amazon.com/images/I/81H-DO3qX0L._SX522_.jpg"
      },
      "price": "249.99",
      "priceCurrency": "USD",
      "eligibleQuantity": {
        "@type": "QuantitativeValue",
        "value": "2"
      },
      "seller": {
        "@type": "Organization",
        "name": "Samsung Marketplace Store"
      }
    },
    {
      "@type": "Offer",
      "itemOffered": {
        "@type": "Product",
        "name": "Google Chromecast",
        "sku": "B00DR0PDNE",
        "url": "http://www.amazon.com/Google-Chromecast-Streaming-Media-Player/dp/B00DR0PDNE/",
        "image": "http://ecx.images-amazon.com/images/I/811nvG%2BLgML._SY550_.jpg"
      },
      "price": "29.99",
      "priceCurrency": "USD",
      "eligibleQuantity": {
        "@type": "QuantitativeValue",
        "value": "1"
      },
      "seller": {
        "@type": "Organization",
        "name": "Google Store @ Amazon"
      }
    }
  ],
  "url": "https://www.amazon.ca/gp/css/summary/edit.html/or<derID=1>23-4567890-1234567",
  "potentialAction": {
    "@type": "ViewAction",
    "url": "https://www.amazon.ca/gp/css/summary/edit.html/orderID=123-4567890-1234567"
  },
  "orderStatus": "http://schema.org/OrderProcessing",
  "paymentMethod": {
    "@type": "PaymentMethod",
    "name": "http://schema.org/CreditCard"
  },
  "paymentMethodId": "**** **** **** 1234",
  "orderDate": "2027-11-07T23:30:00-08:00",
  "isGift": "false",
  "discount": "0.97",
  "discountCurrency": "USD",
  "customer": {
    "@type": "Person",
    "name": "John Smith"
  },
  "billingAddress": {
    "@type": "PostalAddress",
    "name": "Google",
    "streetAddress": "1600 Amphitheatre Pkwy",
    "addressLocality": "Mountain View",
    "addressRegion": "CA",
    "addressCountry": "USA"
  }
}
/script

माइक्रोडेटा

<div itemscope itemtype="http://schema.org/O>rde<r"
  div itemprop="merchant" itemscope itemtype="http:/>/sche<ma.org/Organization"
    meta itempro>p=&<quot>;na<me" content="Amazon.com"/
  /div
  meta ite>mpr<op="orderNumber" content="123>-45<67890-1234567"/
  meta itemprop=&q>uot<;priceCurrency" content="USD"/
  meta itemprop="price>"<; content="539.00"/
  div itemprop="acceptedOffer" it>emscope< itemtype="http://schema.org/Offer"
    >div ite<mprop="itemOffered" itemscope i>temtype<="http://schema.org/Product"
      meta itemprop="name" content="Samsung Chromebook">/
     < meta itemprop="sku" content="B009LL9VDG"/
      link itemprop="ur>l&quo<t; h>ref=&<quot;http://www.amazon.com/Samsung-XE30>3C12-<A01US-Chromebook-Wi-Fi-11-6-Inch/dp/B009LL9V>DG/&q<uot;/
      link itemprop="image" href="http://ecx.images-amazon.com/imag>es/I/81<H-DO3qX0L._SX522_.jpg"/
    />div
 <   m>eta i<temprop="price" content="249.99"/
    meta itemprop=&>quot;pr<iceCurrency" content="USD"/
    div itempr>op=&q<uot;>eli<gibl>eQu<antity" itemscope itemtype="http://schema.org/QuantitativeValue>"<;
      meta itemprop="value" content="2"/
    /div
 >   div <itemprop="seller" itemscope itemtype=&q>uot;htt<p://schema.org/Organization"
      m>eta ite<mprop="name" content="Samsung Marketplace Store"/
    /div
  /div
  div itemprop=&quo>t;accep<tedOffer" itemscope itemtype="http://schema.org/Offer"
    div itemprop=">itemO<ffer>ed&qu<ot; itemscope itemtype="http://sc>hema.<org/Product"
      meta itemprop=">name&<quot; content="Google Chromecast"/
      meta itemprop="sku" content>="<B00DR0PDNE"/
      link itemp>rop=&<quot>;url&<quot; href="http://www.amazon.com/Google-Chromecast-Streaming-Media->Player/<dp/B00DR0PDNE/"/
      link itemprop="image>"<; hr>ef=<&quo>t;h<ttp://ecx.images-amazon.com/images/I/811nvG%2BLgML._SY550_.jpg"/
    /div
    meta itemprop=">;pr<ice" content="29.99"/
    meta itemprop="priceCurrency"> cont<ent="USD"/
    div itemprop="eligibleQuantity" itemscope itemtype="http://sch>ema<.org>/Qu<antitativeValue"
      meta itemprop="value" content=&>quo<t;1"/
    /div
    div itemprop="seller" itemscope itemtype=">http:<//schema.org/Organization"
      meta itemprop="na>me&<quot>; c<ontent="Google Store @ Amazon"/
    /div
  /div
  li>nk <itemprop="url" href="https://www.amazon.ca/gp/c>ss/<summary/edit.html/orderID=123-4567890-1>234<567"/
  div itemprop="potentia>lAc<tion" itemscope itemtype="http://sche>ma.<org/ViewAction"
    link itemprop="url" href="htt>ps://<www.amazon.ca/gp/css/summary/edit.html/ord>erI<D=12>3-4<567890-1234567"/
  /div
  link itemprop="orderStatus" href="ht>tp://<schema.org/OrderProcessing"/
  di>v ite<mprop="paymentMethod" itemscope itemtype="http:/>/sche<ma.org/PaymentMethod"
    meta itemprop="name&>quot;< content="http://schema.org/CreditCard>"<;/
  /div
  meta itemprop="paymentMethod>Id&<quot>; c<ontent="**** **** **** 1234"/
  meta itemprop="orderDate" content=">;2027<-11-07T23:30:00-08:00"/
  meta itemprop="isGift">; c<onte>n<t=&q>uot;false"/
  meta itemprop="discount" content="0.97"/
  meta itemprop="discountCurrency" content="USD"/
  div itemprop="customer" itemscope itemtype="http://schema.org/Person"
    meta itemprop="name" content="John Smith"/
  /div
  div itemprop="billingAddress" itemscope itemtype="http://schema.org/PostalAddress"
    meta itemprop="name" content="Google"/
    meta itemprop="streetAddress" content="1600 Amphitheatre Pkwy"/
    meta itemprop="addressLocality" content="Mountain View"/
    meta itemprop="addressRegion" content="CA"/
    meta itemprop="addressCountry" content="USA"/
  /div
  div itemprop="priceSpecification" itemscope itemtype="http://schema.org/PriceSpecification"
    meta itemprop="validFrom" content="2027-12-07T23:30:00-08:00"/
  /div
/div

अपना मार्कअप जाँचें

ईमेल मार्कअप टेस्टर टूल का इस्तेमाल करके, अपने मार्कअप की पुष्टि की जा सकती है. कॉन्टेंट को स्कैन करने के लिए, अपना मार्कअप कोड चिपकाएं और पुष्टि करें बटन पर क्लिक करें. साथ ही, किसी तरह की गड़बड़ी होने पर रिपोर्ट पाएं.

खास जानकारी

नीचे दी गई टेबल में, इस टाइप के लिए उपलब्ध सभी प्रॉपर्टी की सूची दी गई है:

प्रॉपर्टी टाइप ब्यौरा
कारोबारी या कंपनी संगठन या व्यक्ति (ज़रूरी है) ऑर्डर लेने वाला पक्ष (उदाहरण के लिए, Amazon.com कई विक्रेताओं का व्यापारी/कंपनी/कारोबारी है). साथ ही, इसमें दी गई स्ट्रिंग भी डाली जा सकती है, जैसे कि "Amazon.com".
merchant.name टेक्स्ट (ज़रूरी है) संगठन का नाम.
merchant.sameAs यूआरएल व्यापारी के लिए Freebase यूआरएल.
orderNumber टेक्स्ट (ज़रूरी है) लेन-देन के लिए, किसी कारोबारी या कंपनी का आइडेंटिफ़ायर.
priceCurrency टेक्स्ट (ज़रूरी है) ऑर्डर की कीमत की मुद्रा (तीन अक्षर वाले ISO 4217 फ़ॉर्मैट में).
कीमत संख्या या टेक्स्ट (ज़रूरी है) पूरे लेन-देन की कुल कीमत.
acceptedOffer ऑफ़र (ज़रूरी है) ऑर्डर में शामिल ऑफ़र. साथ ही, यह कई तरह के ऑब्जेक्ट को स्वीकार करता है.
acceptedOffer.itemOffered प्रॉडक्ट या रिज़र्वेशन (ज़रूरी है) बेचा जा रहा आइटम.
acceptedOffer.itemOffered.name टेक्स्ट (ज़रूरी है) प्रॉडक्ट का नाम.
acceptedOffer.itemOffered.sku टेक्स्ट (पुष्टि करने वाले कार्ड/खोज के जवाबों के लिए सुझाया गया) स्टॉक कीपिंग यूनिट (एसकेयू), जैसे कि किसी प्रॉडक्ट या सेवा के लिए खास तौर पर किसी कारोबारी या कंपनी का आइडेंटिफ़ायर या उस प्रॉडक्ट के लिए जिसका ऑफ़र दिया गया है.
acceptedOffer.itemOffered.url यूआरएल (पुष्टि करने वाले कार्ड/खोज के जवाबों के लिए सुझाया गया) प्रॉडक्ट का यूआरएल. यह आम तौर पर, कारोबारी या कंपनी की वेबसाइट पर मौजूद प्रॉडक्ट का लैंडिंग पेज होता है.
acceptedOffer.itemOffered.image यूआरएल (पुष्टि करने वाले कार्ड/खोज के जवाबों के लिए सुझाया गया) प्रॉडक्ट की इमेज का यूआरएल. आम तौर पर, यह व्यापारी की वेबसाइट पर मौजूद इमेज होती है.
acceptedOffer.itemOffered.color टेक्स्ट प्रॉडक्ट का रंग.
acceptedOffer.price संख्या या टेक्स्ट (ज़रूरी है) प्रॉडक्ट के लिए इकाई की कीमत.
acceptedOffer.priceCurrency टेक्स्ट (ज़रूरी है) कीमत की मुद्रा (तीन अक्षर वाले ISO 4217 फ़ॉर्मैट में).
acceptedOffer.eligibleQuantity QuantitativeValue (ज़रूरी है) ऑर्डर की उन संख्याओं को मेज़र करने का इंटरवल और यूनिट जिनके लिए ऑफ़र या कीमत की जानकारी मान्य है.
acceptedOffer.eligibleQuantity.value नंबर (ज़रूरी है) प्रॉडक्ट की विशेषता का मान.
acceptedOffer.priceSpecification PriceSpecification कीमत की एक या एक से ज़्यादा जानकारी, जिसमें इकाई की कीमत और डिलीवरी या पेमेंट शुल्क की जानकारी हो.
acceptedOffer.priceSpecification.price संख्या या टेक्स्ट पूरे लेन-देन की कुल कीमत.
acceptedOffer.priceSpecification.priceCurrency टेक्स्ट ऑर्डर की कीमत की मुद्रा (तीन अक्षर वाले ISO 4217 फ़ॉर्मैट में).
acceptedOffer.itemCondition OfferItemCondition प्रॉडक्ट या सेवा की स्थिति या ऑफ़र में शामिल प्रॉडक्ट या सेवाओं की स्थिति के बारे में टेक्स्ट के तौर पर जानकारी.
acceptedOffer.seller संगठन या व्यक्ति वह पार्टी जिसके साथ आदेश दिया गया था. साथ ही, स्ट्रिंग भी डाली जा सकती है, जैसे कि ".
acceptedOffer.seller.name टेक्स्ट संगठन का नाम.
priceSpecification PriceSpecification (पुष्टि करने वाले कार्ड/खोज के जवाबों के लिए सुझाया गया) price/priceCurrency के बारे में ज़्यादा जानकारी वाला विकल्प. टैक्स और डिलीवरी शुल्क की जानकारी देने के लिए भी इसका इस्तेमाल किया जाता है. साथ ही, यह कई तरह के ऑब्जेक्ट को स्वीकार करता है.
url यूआरएल ऑर्डर का यूआरएल (पुष्टि करने वाले कार्ड/खोज के जवाबों के लिए सुझाया गया) आम तौर पर, यह व्यापारी की वेबसाइट का एक लिंक होता है, जहां से उपयोगकर्ता किसी ऑर्डर के बारे में ज़्यादा जानकारी पा सकता है.
orderStatus OrderStatus (पुष्टि करने वाले कार्ड/खोज के जवाबों के लिए सुझाया गया) ऑर्डर की मौजूदा स्थिति.
paymentMethod PaymentMethod ऑर्डर के लिए क्रेडिट कार्ड का नाम या पेमेंट का कोई अन्य तरीका.
paymentMethodId टेक्स्ट पेमेंट के लिए इस्तेमाल किया गया आइडेंटिफ़ायर. उदाहरण के लिए, क्रेडिट कार्ड के आखिरी चार अंक.
orderDate DateTime वह तारीख जब ऑर्डर किया गया था.
isGift बूलियन क्या ऑफ़र को खरीदार के अलावा, किसी और के लिए उपहार के तौर पर स्वीकार किया गया था.
छूट संख्या या टेक्स्ट कोई भी छूट लागू.
discountCurrency टेक्स्ट छूट की मुद्रा (तीन अक्षर वाले ISO 4217 फ़ॉर्मैट में).
ग्राहक व्यक्ति या संगठन पार्टी में खाना ऑर्डर करना.
customer.name टेक्स्ट व्यक्ति का नाम.
billingAddress PostalAddress ऑर्डर का बिलिंग पता.
billingAddress.name टेक्स्ट डाक पते का नाम.
billingAddress.streetAddress टेक्स्ट मोहल्ले का पता. उदाहरण के लिए, 1600 Amphitheatre Pkwy.
billingAddress.addressLocality टेक्स्ट शहर. उदाहरण के लिए, माउंटेन व्यू.
billingAddress.addressRegion टेक्स्ट क्षेत्र. उदाहरण के लिए, सीए.
billingAddress.addressCountry टेक्स्ट या देश देश. उदाहरण के लिए, अमेरिका. दो अक्षरों वाला ISO 3166-1 ऐल्फ़ा-2 देश का कोड भी दिया जा सकता है.