NAME

SemanticWeb::Schema::OrderItem - An order item is a line of an order

VERSION

version v0.0.4

DESCRIPTION

An order item is a line of an order. It includes the quantity and shipping details of a bought offer.

ATTRIBUTES

order_delivery

orderDelivery

The delivery of the parcel related to this order or order item.

A order_delivery should be one of the following types:

InstanceOf['SemanticWeb::Schema::ParcelDelivery']

order_item_number

orderItemNumber

The identifier of the order item.

A order_item_number should be one of the following types:

Str

order_item_status

orderItemStatus

The current status of the order item.

A order_item_status should be one of the following types:

InstanceOf['SemanticWeb::Schema::OrderStatus']

order_quantity

orderQuantity

The number of the item ordered. If the property is not set, assume the quantity is one.

A order_quantity should be one of the following types:

Num

ordered_item

orderedItem

The item ordered.

A ordered_item should be one of the following types:

InstanceOf['SemanticWeb::Schema::Product']
InstanceOf['SemanticWeb::Schema::OrderItem']

SEE ALSO

SemanticWeb::Schema::Intangible

AUTHOR

Robert Rothenberg <rrwo@cpan.org>

COPYRIGHT AND LICENSE

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

This is free software, licensed under:

The Artistic License 2.0 (GPL Compatible)