Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1.98 KB

QuoteDataCartInterface.md

File metadata and controls

29 lines (25 loc) · 1.98 KB

QuoteDataCartInterface

Properties

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]

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