Note: You are viewing the development version of Schema.org. See how we work for more details.

InStock

A Schema.org Enumeration Member
Indicates that the item is in stock.

A member value for enumeration type: ItemAvailability

Examples

Example 1
Copied
Example notes or example HTML without markup.
Kenmore White 17" Microwave
<img src="kenmore-microwave-17in.jpg" alt='Kenmore 17" Microwave' />
Rated 3.5/5 based on 11 customer reviews

$55.00
In stock

Product description:
0.7 cubic feet countertop microwave. Has six preset cooking categories and
 convenience features like Add-A-Minute and Child Lock.

Customer reviews:

Not a happy camper - by Ellie, April 1, 2011
1/5 stars
The lamp burned out and now I have to replace it.

 Value purchase - by Lucas, March 25, 2011
4/5 stars
Great microwave for the price. It is small and fits in my apartment.
...
Example encoded as Microdata embedded in HTML.
&lt;div itemscope itemtype=&#34;https://www.downtownmelody.com/_x/c2NoZW1hLm9yZw/Product&#34;&gt;
  &lt;span itemprop=&#34;name&#34;&gt;Kenmore White 17&#34; Microwave&lt;/span&gt;
  &lt;img itemprop=&#34;image&#34; src=&#34;kenmore-microwave-17in.jpg&#34; alt=&#39;Kenmore 17&#34; Microwave&#39; /&gt;
  &lt;div itemprop=&#34;aggregateRating&#34;
    itemscope itemtype=&#34;https://www.downtownmelody.com/_x/c2NoZW1hLm9yZw/AggregateRating&#34;&gt;
   Rated &lt;span itemprop=&#34;ratingValue&#34;&gt;3.5&lt;/span&gt;/5
   based on &lt;span itemprop=&#34;reviewCount&#34;&gt;11&lt;/span&gt; customer reviews
  &lt;/div&gt;

  &lt;div itemprop=&#34;offers&#34; itemscope itemtype=&#34;https://www.downtownmelody.com/_x/c2NoZW1hLm9yZw/Offer&#34;&gt;

    &lt;!--price is 1000, a number, with locale-specific thousands separator
    and decimal mark, and the $ character is marked up with the
    machine-readable code &#34;USD&#34; --&gt;
    &lt;span itemprop=&#34;priceCurrency&#34; content=&#34;USD&#34;&gt;$&lt;/span&gt;&lt;span
          itemprop=&#34;price&#34; content=&#34;1000.00&#34;&gt;1,000.00&lt;/span&gt;

    &lt;link itemprop=&#34;availability&#34; href=&#34;https://www.downtownmelody.com/_x/c2NoZW1hLm9yZw/InStock&#34; /&gt;In stock
  &lt;/div&gt;

  Product description:
  &lt;span itemprop=&#34;description&#34;&gt;0.7 cubic feet countertop microwave.
  Has six preset cooking categories and convenience features like
  Add-A-Minute and Child Lock.&lt;/span&gt;

  Customer reviews:

  &lt;div itemprop=&#34;review&#34; itemscope itemtype=&#34;https://www.downtownmelody.com/_x/c2NoZW1hLm9yZw/Review&#34;&gt;
    &lt;span itemprop=&#34;name&#34;&gt;Not a happy camper&lt;/span&gt; -
    by &lt;span itemprop=&#34;author&#34;&gt;Ellie&lt;/span&gt;,
    &lt;meta itemprop=&#34;datePublished&#34; content=&#34;2011-04-01&#34;&gt;April 1, 2011
    &lt;div itemprop=&#34;reviewRating&#34; itemscope itemtype=&#34;https://www.downtownmelody.com/_x/c2NoZW1hLm9yZw/Rating&#34;&gt;
      &lt;meta itemprop=&#34;worstRating&#34; content = &#34;1&#34;&gt;
      &lt;span itemprop=&#34;ratingValue&#34;&gt;1&lt;/span&gt;/
      &lt;span itemprop=&#34;bestRating&#34;&gt;5&lt;/span&gt;stars
    &lt;/div&gt;
    &lt;span itemprop=&#34;reviewBody&#34;&gt;The lamp burned out and now I have to replace
    it. &lt;/span&gt;
  &lt;/div&gt;

  &lt;div itemprop=&#34;review&#34; itemscope itemtype=&#34;https://www.downtownmelody.com/_x/c2NoZW1hLm9yZw/Review&#34;&gt;
    &lt;span itemprop=&#34;name&#34;&gt;Value purchase&lt;/span&gt; -
    by &lt;span itemprop=&#34;author&#34;&gt;Lucas&lt;/span&gt;,
    &lt;meta itemprop=&#34;datePublished&#34; content=&#34;2011-03-25&#34;&gt;March 25, 2011
    &lt;div itemprop=&#34;reviewRating&#34; itemscope itemtype=&#34;https://www.downtownmelody.com/_x/c2NoZW1hLm9yZw/Rating&#34;&gt;
      &lt;meta itemprop=&#34;worstRating&#34; content = &#34;1&#34;/&gt;
      &lt;span itemprop=&#34;ratingValue&#34;>4</span>/
      <span itemprop="bestRating">5</span>stars
    </div>
    <span itemprop="reviewBody">Great microwave for the price. It is small and
    fits in my apartment.</span>
  </div>
  ...
</div>
Example encoded as RDFa embedded in HTML.
&lt;div vocab=&#34;https://www.downtownmelody.com/_x/c2NoZW1hLm9yZw/&#34; typeof=&#34;Product&#34;&gt;
  &lt;span property=&#34;name&#34;&gt;Kenmore White 17&#34; Microwave&lt;/span&gt;
  &lt;img property=&#34;image&#34; src=&#34;kenmore-microwave-17in.jpg&#34; alt=&#39;Kenmore 17&#34; Microwave&#39; /&gt;
  &lt;div property=&#34;aggregateRating&#34;
     typeof=&#34;AggregateRating&#34;&gt;
   Rated &lt;span property=&#34;ratingValue&#34;&gt;3.5&lt;/span&gt;/5
   based on &lt;span property=&#34;reviewCount&#34;&gt;11&lt;/span&gt; customer reviews
  &lt;/div&gt;

  &lt;div property=&#34;offers&#34; typeof=&#34;Offer&#34;&gt;
    &lt;!--price is 1000, a number, with locale-specific thousands separator
        and decimal mark, and the $ character is marked up with the
        machine-readable code &#34;USD&#34; --&gt;
    &lt;span property=&#34;priceCurrency&#34; content=&#34;USD&#34;&gt;$&lt;/span&gt;&lt;span
      property=&#34;price&#34; content=&#34;1000.00&#34;&gt;1,000.00&lt;/span&gt;
    &lt;link property=&#34;availability&#34; href=&#34;https://www.downtownmelody.com/_x/c2NoZW1hLm9yZw/InStock&#34; /&gt;In stock
  &lt;/div&gt;

  Product description:
  &lt;span property=&#34;description&#34;&gt;0.7 cubic feet countertop microwave.
  Has six preset cooking categories and convenience features like
  Add-A-Minute and Child Lock.&lt;/span&gt;

  Customer reviews:

  &lt;div property=&#34;review&#34; typeof=&#34;Review&#34;&gt;
    &lt;span property=&#34;name&#34;&gt;Not a happy camper&lt;/span&gt; -
    by &lt;span property=&#34;author&#34;&gt;Ellie&lt;/span&gt;,
    &lt;meta property=&#34;datePublished&#34; content=&#34;2011-04-01&#34;&gt;April 1, 2011
    &lt;div property=&#34;reviewRating&#34; typeof=&#34;Rating&#34;&gt;
      &lt;meta property=&#34;worstRating&#34; content = &#34;1&#34;&gt;
      &lt;span property=&#34;ratingValue&#34;&gt;1&lt;/span&gt;/
      &lt;span property=&#34;bestRating&#34;&gt;5&lt;/span&gt;stars
    &lt;/div&gt;
    &lt;span property=&#34;reviewBody&#34;&gt;The lamp burned out and now I have to replace
    it. &lt;/span&gt;
  &lt;/div&gt;

  &lt;div property=&#34;review&#34; typeof=&#34;Review&#34;&gt;
    &lt;span property=&#34;name&#34;&gt;Value purchase&lt;/span&gt; -
    by &lt;span property=&#34;author&#34;&gt;Lucas&lt;/span&gt;,
    &lt;meta property=&#34;datePublished&#34; content=&#34;2011-03-25&#34;&gt;March 25, 2011
    &lt;div property=&#34;reviewRating&#34; typeof=&#34;Rating&#34;&gt;
      &lt;meta property=&#34;worstRating&#34; content = &#34;1&#34;/&gt;
      &lt;span property=&#34;ratingValue">4</span>/
      <span property="bestRating">5</span>stars
    </div>
    <span property="reviewBody">Great microwave for the price. It is small and
    fits in my apartment.</span>
  </div>
  ...
</div>
Example encoded as JSON-LD in a HTML script tag.
&lt;script type=&#34;application/ld+json&#34;&gt;
{
  &#34;@context&#34;: &#34;https://schema.org&#34;,
  &#34;@type&#34;: &#34;Product&#34;,
  &#34;aggregateRating&#34;: {
    &#34;@type&#34;: &#34;AggregateRating&#34;,
    &#34;ratingValue&#34;: &#34;3.5&#34;,
    &#34;reviewCount&#34;: &#34;11&#34;
  },
  &#34;description&#34;: &#34;0.7 cubic feet countertop microwave. Has six preset cooking categories and convenience features like Add-A-Minute and Child Lock.&#34;,
  &#34;name&#34;: &#34;Kenmore White 17\&#34; Microwave&#34;,
  &#34;image&#34;: &#34;kenmore-microwave-17in.jpg&#34;,
  &#34;offers&#34;: {
    &#34;@type&#34;: &#34;Offer&#34;,
    &#34;availability&#34;: &#34;https://www.downtownmelody.com/_x/c2NoZW1hLm9yZw/InStock&#34;,
    &#34;price&#34;: &#34;55.00&#34;,
    &#34;priceCurrency&#34;: &#34;USD&#34;
  },
  &#34;review&#34;: [
    {
      &#34;@type&#34;: &#34;Review&#34;,
      &#34;author&#34;: &#34;Ellie&#34;,
      &#34;datePublished&#34;: &#34;2011-04-01&#34;,
      &#34;reviewBody&#34;: &#34;The lamp burned out and now I have to replace it.&#34;,
      &#34;name&#34;: &#34;Not a happy camper&#34;,
      &#34;reviewRating&#34;: {
        &#34;@type&#34;: &#34;Rating&#34;,
        &#34;bestRating&#34;: &#34;5&#34;,
        &#34;ratingValue&#34;: &#34;1&#34;,
        &#34;worstRating&#34;: &#34;1&#34;
      }
    },
    {
      &#34;@type&#34;: &#34;Review&#34;,
      &#34;author&#34;: &#34;Lucas&#34;,
      &#34;datePublished&#34;: &#34;2011-03-25&#34;,
      &#34;reviewBody&#34;: &#34;Great microwave for the price. It is small and fits in my apartment.&#34;,
      &#34;name&#34;: &#34;Value purchase&#34;,
      &#34;reviewRating&#34;: {
        &#34;@type&#34;: &#34;Rating&#34;,
        &#34;bestRating&#34;: &#34;5&#34;,
        &#34;ratingValue&#34;: &#34;4&#34;,
        &#34;worstRating&#34;: &#34;1&#34;
      }
    }
  ]
}
&lt;/script&gt;
Structured representation of the JSON-LD example.