Name | Type | Description | Notes |
---|---|---|---|
id | int | Cart/quote ID. | |
created_at | str | Cart creation date and time. Otherwise, null. | [optional] |
updated_at | str | Cart last update date and time. Otherwise, null. | [optional] |
converted_at | str | Cart conversion date and time. Otherwise, null. | [optional] |
is_active | bool | Active status flag value. Otherwise, null. | [optional] |
is_virtual | bool | Virtual flag value. Otherwise, null. | [optional] |
items | list[QuoteDataCartItemInterface] | Array of items. Otherwise, null. | [optional] |
items_count | int | Number of different items or products in the cart. Otherwise, null. | [optional] |
items_qty | float | Total quantity of all cart items. Otherwise, null. | [optional] |
customer | CustomerDataCustomerInterface | ||
billing_address | QuoteDataAddressInterface | [optional] | |
reserved_order_id | int | Reserved order ID. Otherwise, null. | [optional] |
orig_order_id | int | Original order ID. Otherwise, null. | [optional] |
currency | QuoteDataCurrencyInterface | [optional] | |
customer_is_guest | bool | For guest customers, false for logged in customers | [optional] |
customer_note | str | Notice text | [optional] |
customer_note_notify | bool | Customer notification flag | [optional] |
customer_tax_class_id | int | Customer tax class ID. | [optional] |
store_id | int | Store identifier | |
extension_attributes | QuoteDataCartExtensionInterface | [optional] |