Skip to content

Add ItemAvailability value "DropShipped" (#4483)#4484

Open
frankforte wants to merge 2 commits intoschemaorg:mainfrom
frankforte:dropshipped
Open

Add ItemAvailability value "DropShipped" (#4483)#4484
frankforte wants to merge 2 commits intoschemaorg:mainfrom
frankforte:dropshipped

Conversation

@frankforte
Copy link
Copy Markdown

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

@MatthiasWiesmann
Copy link
Copy Markdown
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
Copy Markdown
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).

Comment thread data/schema.ttl
:isDropShipped a rdf:Property ;
rdfs:label "isDropShipped" ;
rdfs:comment "Indicates that the item is fulfilled by a third party." ;
:domainIncludes :Order ;
Copy link
Copy Markdown
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 ?

Comment thread data/schema.ttl
:domainIncludes :Product ;
:rangeIncludes :Product .

:isDropShipped a rdf:Property ;
Copy link
Copy Markdown
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

Comment thread docs/full_md.html
<link itemprop="range" href="http://schema.org/Product"/>
</div>

<div itemscope itemtype="http://schema.org/Property" itemid="http://schema.org/isDropShipped">
Copy link
Copy Markdown
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.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 2, 2026

This pull request is being nudged due to inactivity.

@github-actions github-actions Bot added the no-pr-activity Discuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!). label Apr 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-pr-activity Discuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!).

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants