Skip to main content
Anchor to AbandonedCheckoutLineItem

AbandonedCheckoutLineItem

object

Requires read_orders access scope. Also: The user must have manage_abandoned_checkouts permission. When called by Shopify POS, the user must have the view_abandoned_checkouts retail permission.

A single line item in an abandoned checkout.

•[AbandonedCheckoutLineItemComponent!]

A list of line item components for this line item.

Show fields
•[Attribute!]!
non-null

A list of extra information that has been added to the line item.

Show fields
•DiscountAllocationConnection!
non-null

Discount allocations that have been applied on the line item.

Show fields

Arguments

•String

The elements that come after the specified cursor.

•String

The elements that come before the specified cursor.

•Int

The first n elements from the paginated list.

•Int

The last n elements from the paginated list.

•Boolean
Default:false

Reverse the order of the underlying list.


Anchor to discountedTotalPriceSetdiscountedTotalPriceSet
•MoneyBag!
non-null

Final total price for the entire quantity of this line item, including discounts.

Show fields
Anchor to discountedTotalPriceWithCodeDiscountdiscountedTotalPriceWithCodeDiscount
•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.

Show fields
Anchor to discountedUnitPriceSetdiscountedUnitPriceSet
•MoneyBag!
non-null

The price of a single variant unit after discounts are applied at the line item level, in shop and presentment currencies.

Show fields
Anchor to discountedUnitPriceWithCodeDiscountdiscountedUnitPriceWithCodeDiscount
•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.

Show fields
•ID!
non-null

A globally-unique ID.

•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.

Show fields
Anchor to originalTotalPriceSetoriginalTotalPriceSet
•MoneyBag!
non-null

Original total price for the entire quantity of this line item, before discounts.

Show fields
Anchor to originalUnitPriceSetoriginalUnitPriceSet
•MoneyBag!
non-null

Original price for a single unit of this line item, before discounts.

Show fields
•AbandonedCheckoutLineItemParentRelationship

The parent relationship for this line item.

Show fields
•Product

Product for this line item. NULL for custom line items and products that were deleted after checkout began.

Show fields
•Int!
non-null

The quantity of the line item.

•String

SKU for the inventory item associated with the variant, if any.

•String

Title of the line item. Defaults to the product's title.

•ProductVariant

Product variant for this line item. NULL for custom line items and variants that were deleted after checkout began.

Show fields
•String

Title of the variant for this line item. NULL for custom line items and products that don't have distinct variants.


Was this section helpful?

•interface

Was this section helpful?