Skip to content

Latest commit

 

History

History
39 lines (35 loc) · 2.76 KB

CartItem.md

File metadata and controls

39 lines (35 loc) · 2.76 KB

com.ultracart.admin.v2.Model.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 int? Item object identifier [optional]
Kit bool? True if this item is a kit [optional]
KitComponentOptions List<CartKitComponentOption> Options associated with the kit components [optional]
ManufacturerSuggestedRetailPrice Currency [optional]
MaximumQuantity decimal? Maximum quantity the customer can purchase [optional]
MinimumQuantity decimal? Minimum quantity the customer can purchase [optional]
Multimedia List<CartItemMultimedia> Multimedia [optional]
Options List<CartItemOption> Options [optional]
Phsyical CartItemPhysical [optional]
Position int? Position of the item in the cart [optional]
Preorder bool? True if this item is on pre-order [optional]
Properties List<CartItemProperty> Properties associated with the item [optional]
Quantity decimal? quantity [optional]
Schedules List<string> Customer selectable auto order schedules [optional]
TotalCost Currency [optional]
TotalCostWithDiscount Currency [optional]
UnitCost Currency [optional]
UnitCostWithDiscount Currency [optional]
Upsell bool? 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]

[Back to Model list] [Back to API list] [Back to README]