Add ItemAvailability value "DropShipped" (#4483)#4484
Add ItemAvailability value "DropShipped" (#4483)#4484frankforte wants to merge 2 commits intoschemaorg:mainfrom
Conversation
|
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. |
|
@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 ; |
There was a problem hiding this comment.
should this also include :Offer ?
| :domainIncludes :Product ; | ||
| :rangeIncludes :Product . | ||
|
|
||
| :isDropShipped a rdf:Property ; |
There was a problem hiding this comment.
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"> |
There was a problem hiding this comment.
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.
|
This pull request is being nudged due to inactivity. |
Add the value "DropShipped" for ItemAvailability, to signify products shipped by a third party.