AbandonedCheckoutLineItem
Requires access scope. Also: The user must have manage_abandoned_checkouts permission.
A single line item in an abandoned checkout.
Anchor to Fields and connectionsFields and connections
- Anchor to componentscomponents•
A list of line item components for this line item.
- Anchor to customAttributescustom•
Attributes [Attribute!]!non-null A list of extra information that has been added to the line item.
- Anchor to discountAllocationsdiscount•
Allocations DiscountAllocation non-nullConnection! Discount allocations that have been applied on the line item.
- Anchor to discountedTotalPriceSetdiscounted•
Total Price Set MoneyBag! non-null Final total price for the entire quantity of this line item, including discounts.
- Anchor to discountedTotalPriceWithCodeDiscountdiscounted•
Total Price With Code Discount MoneyBag! non-null 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.
- Anchor to discountedUnitPriceSetdiscounted•
Unit Price Set MoneyBag! non-null The price of a single variant unit after discounts are applied at the line item level, in shop and presentment currencies.
- Anchor to discountedUnitPriceWithCodeDiscountdiscounted•
Unit Price With Code Discount MoneyBag! non-null The price of a single variant unit after all discounts are applied, at both the line item and code-based line item level.
- •ID!non-null
A globally-unique ID.
- Anchor to imageimage•
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.
- Anchor to originalTotalPriceSetoriginal•
Total Price Set MoneyBag! non-null Original total price for the entire quantity of this line item, before discounts.
- Anchor to originalUnitPriceSetoriginal•
Unit Price Set MoneyBag! non-null Original price for a single unit of this line item, before discounts.
- Anchor to productproduct•
Product for this line item. NULL for custom line items and products that were deleted after checkout began.
- Anchor to quantityquantity•Int!non-null
The quantity of the line item.
- •
SKU for the inventory item associated with the variant, if any.
- Anchor to titletitle•
Title of the line item. Defaults to the product's title.
- Anchor to variantvariant•
Product variant for this line item. NULL for custom line items and variants that were deleted after checkout began.
- Anchor to variantTitlevariant•
Title Title of the variant for this line item. NULL for custom line items and products that don't have distinct variants.