Overview

Represents an orderline in a cart or an order.

Filtering

When used in paginations can be filtered with the where filter by:

Properties

orderline.id

Returns a unique ID of the orderline.

orderline.quantity

Returns the orderline's quantity.

orderline.units

Returns the sum of quantities of all orderlines that contain the same product as this orderline.

orderline.page_count

Returns the orderline's page count.

orderline.is_draft

Returns true if this orderline is in draft status, otherwise returns false.

orderline.is_cut_print

Returns true if this orderline contains a cut print product, otherwise returns false.

orderline.cut_print_quantity