Optional
Readonly
customCustom Fields of the LineItem.
Optional
Readonly
distributionThe Channel used to select a Price.
This Channel must have the ProductDistribution
role.
Optional
Readonly
inventoryInventory mode specific to the LineItem, valid for the entire quantity
of the LineItem.
Set only if Inventory mode should be different from the inventoryMode
specified on the OrderImportDraft.
Optional
Readonly
keyUser-defined unique identifier of the Line Item.
Readonly
nameName of the Line Item.
Readonly
priceThe Line Item price for quantity
= 1
. The amount can be negative.
Optional
Readonly
productid
of the Product the Product Variant belongs to.
If provided, you must also set `variant.id`.
Readonly
quantityThe number of Product Variants in the LineItem. Can be a negative value.
Optional
Readonly
shippingContainer for Line Item-specific addresses.
Optional
Readonly
stateStates of the Line Item.
Optional
Readonly
supplyThe Channel used to supply Line Items.
By providing supply Channel information, you can uniquely identify Inventory entries that should be reserved.
This Channel must have the InventorySupply
role.
Optional
Readonly
taxThe tax rate used to calculate the taxedPrice
of the Order.
Readonly
variantThe Product Variant to use as a Line Item.
Represents a snapshot of a Product Variant at the time it was imported with the Order. The Product Variant can be specified by providing a
productId
andvariant.id
, or by providing avariant.sku
.