`read_orders` access scope. Also: The user must have manage_abandoned_checkouts permission.
Fields
customAttributes:
Attribute! -
A list of extra information that has been added to the line item.
discountedTotalPriceSet:
MoneyBag! -
Final total price for the entire quantity of this line item, including discounts.
discountedTotalPriceWithCodeDiscount:
MoneyBag! -
The total price for the entire quantity of this line item, after all discounts are applied, at both the line item and code-based line item level.
discountedUnitPriceSet:
MoneyBag! -
The price of a single variant unit after discounts are applied at the line item level, in shop and presentment currencies.
discountedUnitPriceWithCodeDiscount:
MoneyBag! -
The price of a single variant unit after all discounts are applied, at both the line item and code-based line item level.
image:
Image -
The image associated with the line item's variant or product.
NULL if the line item has no product, or if neither the variant nor the product have an image.
originalTotalPriceSet:
MoneyBag! -
Original total price for the entire quantity of this line item, before discounts.
originalUnitPriceSet:
MoneyBag! -
Original price for a single unit of this line item, before discounts.
product:
Product -
Product for this line item.
NULL for custom line items and products that were deleted after checkout began.