Name

Description

Type

Additional information

id

Gets or sets the unique identifier of the cart.

string
name

Gets or sets the name associated with the cart.

string
firstname

Gets or sets the first name of the person associated with the cart.

string
lastname

Gets or sets the last name of the person associated with the cart.

string
email

Gets or sets the email address of the person associated with the cart.

string
mobile

Gets or sets the mobile phone number of the person associated with the cart.

string
netamount

Gets or sets the net amount for the cart (before tax).

decimal number
tax

Gets or sets the tax amount applied to the cart.

decimal number
coupon

Gets or sets the coupon code applied to the cart, if any.

string
quantity

Gets or sets the quantity of items in the cart.

decimal number
totalamount

Gets or sets the total amount for the cart (including tax).

decimal number
address

Gets or sets the address associated with the cart.

string
city

Gets or sets the city associated with the cart.

string
products

Gets or sets the list of products in the cart.

Collection of ApiOrderProduct
url

Gets or sets the URL associated with the cart, if any.

string
purchasedate

Gets or sets the date when the cart was purchased.

date
lastupdate

Gets or sets the date when the cart was last updated, if available.

date
purchaseType

Gets or sets the purchase type (e.g., online, in-store).

string
storeid

Gets or sets the store ID where the cart was created or purchased.

integer
locationtype

Gets or sets the location type for the cart (e.g., delivery, pick-up).

ext1

Gets or sets an additional external parameter (custom extension 1).

string
ext2

Gets or sets an additional external parameter (custom extension 2).

string
ext3

Gets or sets an additional external parameter (custom extension 3).

string
ext4

Gets or sets an additional external parameter (custom extension 4).

string
ext5

Gets or sets an additional external parameter (custom extension 5).

string
ext6

Gets or sets an additional external parameter (custom extension 6).

string
ext7

Gets or sets an additional external parameter (custom extension 7).

string
ext8

Gets or sets an additional external parameter (custom extension 8).

string
ext9

Gets or sets an additional external parameter (custom extension 9).

string
ext10

Gets or sets an additional external parameter (custom extension 10).

string
num1

Gets or sets a numeric custom parameter (custom number 1).

integer
num2

Gets or sets a numeric custom parameter (custom number 2).

integer
num3

Gets or sets a numeric custom parameter (custom number 3).

integer
num4

Gets or sets a numeric custom parameter (custom number 4).

integer
num5

Gets or sets a numeric custom parameter (custom number 5).

integer
Date1

Gets or sets a custom date parameter (custom date 1).

date
Date2

Gets or sets a custom date parameter (custom date 2).

date
Date3

Gets or sets a custom date parameter (custom date 3).

date