Skip to Content

CartResponse

Properties

NameTypeDescriptionNotes
itemsListList of items in the cart.[default to null]
vendor_idLongVendor ID for this cart.[default to null]
vendor_location_idLongVendor location ID for this cart.[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]
created_atDateTimestamp when the cart was created.[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]