Sana Assistant (online)
Table of Contents

ProductInfo reference

ProductInfo class represents an information about product.

Properties

ProductInfo class

ItemGrossWeight

Total gross weight of products in this line (gross weight of one item multiplied by the quantity of this line).

ItemHeight

The height of a single item.

ItemLength

The length of a single item.

ItemWidth

The width of a single item.

Price

The price of the variant or product including customer specific prices, line discounts and VAT.

ProductId

The identifier of the product.

ProductTitle

The title of the product.

Quantity

The quantity of products/variants ordered in this line.

QuantityPrecision

The quantity precision used to increase or decrease the ordered quantity for the product or variant.

VariantId

The identifier of the product variant. Can be null if the product has no variants.

VariantTitle

The variant title of the product. Can be null if the product has no variants.

UnitOfMeasureId

The identifier of the unit of measure. Can be null if the product has no units of measure.

See also