Skip to Content

CartSummary

Properties

NameTypeDescriptionNotes
idLongUnique identifier of the cart.[default to null]
vendor_location_idLongVendor location ID for this cart.[default to null]
vendor_idLongVendor ID for this cart.[default to null]
vendor_nameStringName of the vendor.[default to null]
location_nameStringName of the location.[default to null]
vendor_logoStringVendor logo URL.[optional] [default to null]
total_itemsIntegerTotal number of items in the cart.[default to null]
subtotalDoubleSubtotal amount for all items in the cart.[default to null]
updated_atDateTimestamp when the cart was last updated.[default to null]

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