Skip to Content

CartItemResponse

Properties

NameTypeDescriptionNotes
product_idLongUnique identifier of the product.[default to null]
vendor_location_idLongUnique identifier of the vendor location.[default to null]
quantityIntegerQuantity of the product in the cart.[default to null]
priceDoubleOptional price for the cart item.[optional] [default to null]
selected_optionsListOptional list of selected product options.[optional] [default to null]

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