Skip to content

Conversation

@frankforte
Copy link

Add the value "DropShipped" for ItemAvailability, to signify products shipped by a third party.

@MatthiasWiesmann
Copy link
Contributor

Please do not edit the core schema file, create new files in https://github.com/schemaorg/schemaorg/tree/main/data/ext/pending with a number matching the relevant bug.

@fthobe
Copy link
Contributor

fthobe commented Dec 21, 2025

@frankforte there was a discussion about that here in #2651

There's some point in having a distinction between dropshipping stock and regualar stock, but keep in mind that this difference can also be solved by definition of delivery windows other added information you can provide around a product (e.g. a well defined shipping method).

:isDropShipped a rdf:Property ;
rdfs:label "isDropShipped" ;
rdfs:comment "Indicates that the item is fulfilled by a third party." ;
:domainIncludes :Order ;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this also include :Offer ?

:domainIncludes :Product ;
:rangeIncludes :Product .

:isDropShipped a rdf:Property ;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please move to pending as suggested

<link itemprop="range" href="http://schema.org/Product"/>
</div>

<div itemscope itemtype="http://schema.org/Property" itemid="http://schema.org/isDropShipped">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably fine to leave this here but note that full_md.html and sitemap.xml have not been updated since 2020 and some older git comments suggests these are generated and not hand-edited. We probably need to look into regenerating these automatically as part of the release build process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants