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
metadata
[ MetadataItem !]!
Non-null
List of public metadata items. Can be accessed without permissions.
note
privateMetadata
[ MetadataItem !]!
Non-null
List of private metadata items.Requires proper staff permissions to access.
sale
unitPriceOverriddenNote
Interfaces
#
Also implements Node , ObjectWithMetadata .
Usages
#
References
#
- Field checkoutLine from Query
- Field lines from Checkout
- Field node from CheckoutLineCountableEdge