AbandonedCheckoutLineItem - admin-graphql - OBJECT
Version: 2024-01
Description:
A single line item in an abandoned checkout.
Access Scopes
`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.
-
id:
ID! -
A globally-unique ID.
-
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.
-
quantity:
Int! -
The quantity of the line item.
-
sku:
String -
SKU for the inventory item associated with the variant, if any.
-
title:
String -
Title of the line item. Defaults to the product's title.
-
variant:
ProductVariant -
Product variant for this line item.
NULL for custom line items and variants that were deleted after checkout began.
-
variantTitle:
String -
Title of the variant for this line item.
NULL for custom line items and products that don't have distinct variants.
Connections
Related queries
Related mutations
Related Unions
Examples