Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 2.69 KB

File metadata and controls

42 lines (34 loc) · 2.69 KB

CartItem

Properties

Name Type Description Notes
arbitraryUnitCost Currency [optional]
attributes List<CartItemAttribute> Attributes [optional]
autoOrderSchedule String Auto order schedule the customer selected [optional]
defaultImageUrl String URL to the default multimedia image [optional]
defaultThumbnailUrl String URL to the default multimedia thumbnail [optional]
description String Description of the item [optional]
discount Currency [optional]
extendedDescription String Extended description of the item [optional]
itemId String Item ID [optional]
itemOid Integer Item object identifier [optional]
kit Boolean True if this item is a kit [optional]
kitComponentOptions List<CartKitComponentOption> Options associated with the kit components [optional]
manufacturerSuggestedRetailPrice Currency [optional]
maximumQuantity BigDecimal Maximum quantity the customer can purchase [optional]
minimumQuantity BigDecimal Minimum quantity the customer can purchase [optional]
multimedia List<CartItemMultimedia> Multimedia [optional]
options List<CartItemOption> Options [optional]
phsyical CartItemPhysical [optional]
position Integer Position of the item in the cart [optional]
preorder Boolean True if this item is on pre-order [optional]
properties List<CartItemProperty> Properties associated with the item [optional]
quantity BigDecimal quantity [optional]
schedules List<String> Customer selectable auto order schedules [optional]
totalCost Currency [optional]
totalCostWithDiscount Currency [optional]
unitCost Currency [optional]
unitCostWithDiscount Currency [optional]
upsell Boolean True if this item was added to the cart as part of an upsell [optional]
variations List<CartItemVariationSelection> Variations [optional]
viewUrl String URL to view the product on the site [optional]