Skip to content

Latest commit

 

History

History
39 lines (35 loc) · 2.68 KB

CartItem.md

File metadata and controls

39 lines (35 loc) · 2.68 KB

CartItem

Properties

Name Type Description Notes
arbitrary_unit_cost Currency [optional]
attributes list[CartItemAttribute] Attributes [optional]
auto_order_schedule str Auto order schedule the customer selected [optional]
default_image_url str URL to the default multimedia image [optional]
default_thumbnail_url str URL to the default multimedia thumbnail [optional]
description str Description of the item [optional]
discount Currency [optional]
extended_description str Extended description of the item [optional]
item_id str Item ID [optional]
item_oid int Item object identifier [optional]
kit bool True if this item is a kit [optional]
kit_component_options list[CartKitComponentOption] Options associated with the kit components [optional]
manufacturer_suggested_retail_price Currency [optional]
maximum_quantity float Maximum quantity the customer can purchase [optional]
minimum_quantity float 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 float quantity [optional]
schedules list[str] Customer selectable auto order schedules [optional]
total_cost Currency [optional]
total_cost_with_discount Currency [optional]
unit_cost Currency [optional]
unit_cost_with_discount Currency [optional]
upsell bool True if this item was added to the cart as part of an upsell [optional]
variations list[CartItemVariationSelection] Variations [optional]
view_url str URL to view the product on the site [optional]

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