appliedDiscount:
DraftOrderAppliedDiscount -
The custom applied discount.
approximateDiscountedUnitPriceSet:
MoneyBag! -
The `discountedTotal` divided by `quantity`,
equal to the average value of the line item price per unit after discounts are applied.
This value doesn't include discounts applied to the entire draft order.
bundleComponents:
CalculatedDraftOrderLineItem! -
The bundle components of the draft order line item.
custom:
Boolean! -
Whether the line item is custom (`true`) or contains a product variant (`false`).
customAttributes:
Attribute! -
A list of attributes that represent custom features or special requests.
customAttributesV2:
TypedAttribute! -
The list of additional information (metafields) with the associated types.
discountedTotal:
MoneyV2! -
The total price with discounts applied.
fulfillmentService:
FulfillmentService -
Name of the service provider who fulfilled the order.
Valid values are either **manual** or the name of the provider.
For example, **amazon**, **shipwire**.
Deleted fulfillment services will return null.
image:
Image -
The image associated with the draft order line item.
isGiftCard:
Boolean! -
Whether the line item represents the purchase of a gift card.
quantity:
Int! -
The quantity of items. For a bundle item, this is the quantity of bundles,
not the quantity of items contained in the bundles themselves.
requiresShipping:
Boolean! -
Whether physical shipping is required for the variant.
sku:
String -
The SKU number of the product variant.
taxable:
Boolean! -
Whether the variant is taxable.
title:
String! -
The title of the product or variant. This field only applies to custom line items.
totalDiscount:
MoneyV2! -
The total value of the discount.
uuid:
String! -
The UUID of the draft order line item. Must be unique and consistent across requests.
This field is mandatory in order to manipulate drafts with bundles.
variant:
ProductVariant -
The product variant for the line item.