The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SemanticWeb::Schema::ShippingDeliveryTime - ShippingDeliveryTime provides various pieces of information about delivery times for shipping.

VERSION

version v14.0.0

DESCRIPTION

ShippingDeliveryTime provides various pieces of information about delivery times for shipping.

ATTRIBUTES

business_days

businessDays

Days of the week when the merchant typically operates, indicated via opening hours markup.

A business_days should be one of the following types:

InstanceOf['SemanticWeb::Schema::OpeningHoursSpecification']

_has_business_days

A predicate for the "business_days" attribute.

cutoff_time

cutoffTime

Order cutoff time allows merchants to describe the time after which they will no longer process orders received on that day. For orders processed after cutoff time, one day gets added to the delivery time estimate. This property is expected to be most typically used via the SemanticWeb::Schema::ShippingRateSettings publication pattern. The time is indicated using the ISO-8601 Time format, e.g. "23:30:00-05:00" would represent 6:30 pm Eastern Standard Time (EST) which is 5 hours behind Coordinated Universal Time (UTC).

A cutoff_time should be one of the following types:

Str

_has_cutoff_time

A predicate for the "cutoff_time" attribute.

handling_time

handlingTime

The typical delay between the receipt of the order and the goods either leaving the warehouse or being prepared for pickup, in case the delivery method is on site pickup. Typical properties: minValue, maxValue, unitCode (d for DAY). This is by common convention assumed to mean business days (if a unitCode is used, coded as "d"), i.e. only counting days when the business normally operates.

A handling_time should be one of the following types:

InstanceOf['SemanticWeb::Schema::QuantitativeValue']

_has_handling_time

A predicate for the "handling_time" attribute.

transit_time

transitTime

The typical delay the order has been sent for delivery and the goods reach the final customer. Typical properties: minValue, maxValue, unitCode (d for DAY).

A transit_time should be one of the following types:

InstanceOf['SemanticWeb::Schema::QuantitativeValue']

_has_transit_time

A predicate for the "transit_time" attribute.

SEE ALSO

SemanticWeb::Schema::StructuredValue

SOURCE

The development version is on github at https://github.com/robrwo/SemanticWeb-Schema and may be cloned from git://github.com/robrwo/SemanticWeb-Schema.git

BUGS

Please report any bugs or feature requests on the bugtracker website https://github.com/robrwo/SemanticWeb-Schema/issues

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

Robert Rothenberg <rrwo@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018-2022 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)