QuoteGuestCart

QuoteGuestCart is an auto generated table

Columns

Name

Type

ReadOnly

Description

Id [KEY]

Int

False

Cart/quote ID.

BillingAddress

String

False

This is an auto-generated column

ConvertedAt

String

False

Cart conversion date and time. Otherwise, null.

CreatedAt

Datetime

False

Cart creation date and time. Otherwise, null.

Currency

String

False

This is an auto-generated column

Customer

String

False

This is an auto-generated column

CustomerIsGuest

Bool

False

For guest customers, false for logged in customers

CustomerNote

String

False

Notice text

CustomerNoteNotify

Bool

False

Customer notification flag

CustomerTaxClassId

Int

False

Customer tax class ID.

ExtensionAttributes

String

False

This is an auto-generated column

IsActive

Bool

False

Active status flag value. Otherwise, null.

IsVirtual

Bool

False

Virtual flag value. Otherwise, null.

ItemsCount

Int

False

Number of different items or products in the cart. Otherwise, null.

ItemsQty

String

False

Total quantity of all cart items. Otherwise, null.

OrigOrderId

Int

False

Original order ID. Otherwise, null.

ReservedOrderId

Int

False

Reserved order ID. Otherwise, null.

StoreId

Int

False

Store identifier

UpdatedAt

Datetime

False

Cart last update date and time. Otherwise, null.

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name

Type

Description

CartId_p

String

This is an auto-generated column

Last updated