Magidoc

CheckoutLine
Object

Represents an item in the checkout.

Fields

#

discountedUnitPrice

Non-null

The unit price of line which is the discounted price after pricebooks and sale application

id

ID !
Non-null

The ID of the object

isLinePriceOverridden

Non-null

metadata

Non-null

List of public metadata items. Can be accessed without permissions.

note

originalUnitPrice

Non-null

Price of the single item in the checkout line before sales.

privateMetadata

Non-null

List of private metadata items.Requires proper staff permissions to access.

quantity

Non-null

requiresShipping

Indicates whether the item need to be delivered.

sale

seller

User info on the seller's underlying owner.

totalPrice

Non-null

The sum of the checkout line price, taxes and discounts.

unitPriceOverriddenNote

variant

Non-null

Interfaces

#

Also implements Node , ObjectWithMetadata .

Usages

#

References

#

  • Field checkoutLine from Query