Class LineItemImportDraftImpl

java.lang.Object
com.commercetools.importapi.models.orders.LineItemImportDraftImpl
All Implemented Interfaces:
LineItemImportDraft, io.vrap.rmf.base.client.Draft<LineItemImportDraft>, io.vrap.rmf.base.client.ModelBase

public class LineItemImportDraftImpl extends Object implements LineItemImportDraft, io.vrap.rmf.base.client.ModelBase

Represents an individual Line Item in an Order. A line item is a snapshot of a product at the time it was added to the order.

You cannot create an Order that includes line item operations that do not exist in the Project or have been deleted. Products and Product Variants referenced by a line item must already exist in the Project.