-
Notifications
You must be signed in to change notification settings - Fork 897
Add ItemAvailability value "DropShipped" (#4483) #4484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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.
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 ; |
There was a problem hiding this comment.
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"> |
There was a problem hiding this comment.
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.
Add the value "DropShipped" for ItemAvailability, to signify products shipped by a third party.