| AccountId |
- Type
- reference
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- ID of the account that owns this WebCart. In
API version 51.0 and later, if the WebCart was
created through Guest Browsing, this ID is the ID of the
GuestBuyerProfile.
- This field is a polymorphic relationship field.
- Relationship Name
- Account
- Relationship Type
- Lookup
- Refers To
- Account
|
| BillingAddress |
- Type
- address
- Properties
- Filter, Nillable
- Description
- The mailing address to which this WebCart is
billed.
|
| BillingCity |
- Type
- string
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- The city of the billing address.
|
| BillingCountry |
- Type
- string
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- The country of the billing address.
|
| BillingGeocodeAccuracy |
- Type
- picklist
- Properties
- Create, Filter, Group, Nillable, Restricted picklist, Sort,
Update
- Description
- The accuracy rating of the geocode for the billing address.
Possible values are:
- Address
- Block
- City
- County
- ExtendedZip
- NearAddress
- Neighborhood
- State
- Street
- Unknown
- Zip
|
| BillingLatitude |
- Type
- double
- Properties
- Create, Filter, Nillable, Sort, Update
- Description
- The latitude of the geocode for the billing address.
|
| BillingLongitude |
- Type
- double
- Properties
- Create, Filter, Nillable, Sort, Update
- Description
- The longitude of the geocode for the billing address.
|
| BillingPostalCode |
- Type
- string
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- The postal code for the billing address.
|
| BillingState |
- Type
- string
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- The state of the billing address.
|
| BillingStreet |
- Type
- textarea
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- The street of the billing address. Enter up to 255
characters.
|
| CurrencyIsoCode |
- Type
- picklist
- Properties
- Create, Defaulted on create, Filter, Group, Nillable, Restricted
picklist, Sort, Update
- Description
- The ISO code for the currency that’s specified on the buyer’s
account. Default value is USD.
Possible values are:
-
-
|
| GrandTotalAmount |
- Type
- currency
- Properties
- Filter, Nillable, Sort
- Description
- Sum of all cart items’ TotalAmount, or
WebCart
TotalAmount plus WebCart
TotalTaxAmount.
|
| GuestEmailAddress |
- Type
- email
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- The email address of a guest buyer.
- This field is available in API version 52.0 and later.
|
| GuestFirstName |
- Type
- string
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- The first name of a guest buyer.
- This field is available in API version 52.0 and later.
|
| GuestLastName |
- Type
- string
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- The last name (or surname) of a guest buyer.
- This field is available in API version 52.0 and later.
|
| GuestPhoneNumber |
- Type
- phone
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- The phone number of a guest buyer.
- This field is available in API version 52.0 and later.
|
| GuestSecondName |
- Type
- string
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- The second name of a guest buyer.
- This field is available in API version 52.0 and later.
|
| InventoryReservationIdentifier |
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- Reserved for future use.
- This field is available in API version 57.0 and later.
|
| IsRepricingNeeded |
- Type
- boolean
- Properties
- Create, Defaulted on create, Filter, Group, Sort, Update
- Description
- Whether the cart has changed since the last repricing. The default
value is false.
|
| IsSecondary |
- Type
- boolean
- Properties
- Create, Defaulted on create, Filter, Group, Sort, Update
- Description
- Whether the cart is a secondary cart or a primary cart.
- This field is available in API version 52.0 and later.
|
| LastRepricingDate |
- Type
- dateTime
- Properties
- Create, Filter, Nillable, Sort, Update
- Description
- Date when the last repricing was done.
|
| Name |
- Type
- string
- Properties
- Create, Filter, Group, idLookup, Sort, Update
- Description
- The name of this WebCart record.
Name can be up to 255 characters.
|
| OwnerId |
- Type
- reference
- Properties
- Create, Defaulted on create, Filter, Group, Sort, Update
- Description
- The ID of the owner of this WebCart.
- This field is a polymorphic relationship field.
- Relationship Name
- Owner
- Relationship Type
- Lookup
- Refers To
- Group, User
|
| PaymentGroupId |
- Type
- reference
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- The ID of the WebCart payment group.
- This field is a relationship field.
- Relationship Name
- PaymentGroup
- Relationship Type
- Lookup
- Refers To
- PaymentGroup
|
| PaymentMethodId |
- Type
- reference
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- The method of payment for this WebCart.
- This field is a polymorphic relationship field.
- Relationship Name
- PaymentMethod
- Relationship Type
- Lookup
- Refers To
- AlternativePaymentMethod, CardPaymentMethod, DigitalWallet
|
| PoNumber |
- Type
- string
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- The purchase order number. Enter up to 80 characters.
|
| Status |
- Type
- picklist
- Properties
- Create, Defaulted on create, Filter, Group, Nillable, Restricted
picklist, Sort, Update
- Description
- The status of this WebCart. Possible values are:
-
Active—Cart
is created and available for modifications, like adding or
removing products or promotions.
-
Checkout—Cart
is in checkout. If the customer modifies the cart, the
current checkout session is canceled.
-
Closed—Checkout is complete and an order
was created. The cart cannot be modified.
-
PendingClosed—Cart is marked to be
closed, but the request isn't completed yet. The cart
can’t be modified. This value is available in API version
57.0 and later.
-
PendingDelete—Cart is marked for
delete, but the request isn't completed yet. The cart
can’t be modified.
-
Processing—Cart is processing. For
example, taxes are being calculated. The cart can’t be
modified.
|
| TaxLocaleType |
- Type
- picklist
- Properties
- Create, Defaulted on create, Filter, Group, Nillable, Restricted
picklist, Sort, Update
- Description
- The type of tax locale. Possible values are:
- This field is available in API versions 52.0 to 54.0.
|
| TaxType |
- Type
- picklist
- Properties
- Create, Defaulted on create, Filter, Group, Nillable, Restricted
picklist, Sort, Update
- Description
- The type of tax policy. Possible values are:
- This field is available in API version 55.0 and later.
|
| TotalAdjustmentAmount |
- Type
- currency
- Properties
- Defaulted on create, Filter, Nillable, Sort
- Description
- A calculated field that reflects the total of all adjustments to
the cart subtotal. Adjustments include various types of
discounts.
|
| TotalAmount |
- Type
- currency
- Properties
- Filter, Nillable, Sort
- Description
- The sum of all cart items’ TotalPrice, or
TotalProductAmount plus
TotalChargeAmount.
-
Although this field is Nillable, if you want to use Commerce Webstore Cart
Promotions, this field is required and must have a
value greater than or equal to zero (0).
|
| TotalAmountAfterAllAdjustments |
- Type
- currency
- Properties
- Filter, Nillable, Sort
- Description
- The sum of all cart items after all price adjustments are applied.
Adjustments include various types of discounts.
- This field is available in API version 52.0 and later.
|
| TotalChargeAmount |
- Type
- currency
- Properties
- Defaulted on create, Filter, Nillable, Sort
- Description
- The sum of all cart items’ TotalPrice for
cart items of the type Charge.
|
| TotalChargeTaxAmount |
- Type
- currency
- Properties
- Defaulted on create, Filter, Nillable, Sort
- Description
- The sum of all the cart items’ TotalTaxAmount
for cart items of the type Charge.
|
| TotalLineItemsWithErrors |
- Type
- int
- Properties
- Defaulted on create, Filter, Group, Nillable, Sort
- Description
- A calculated field that shows the total number of cart line items
of type Product with
errors.
- This field is available in API version 50.0 and later.
|
| TotalListAmount |
- Type
- currency
- Properties
- Defaulted on create, Filter, Nillable, Sort
- Description
- Sum of all the cart items’
TotalListPrice.
|
| TotalProductAmount |
- Type
- currency
- Properties
- Defaulted on create, Filter, Nillable, Sort
- Description
- The sum of all the cart items’ TotalPrice for
cart items of the type Product.
|
| TotalProductCount |
- Type
- double
- Properties
- Defaulted on create, Filter, Nillable, Sort
- Description
- A count of all the products in the
WebCart.
|
| TotalProductTaxAmount |
- Type
- currency
- Properties
- Defaulted on create, Filter, Nillable, Sort
- Description
- The sum of all the cart items’ TotalTaxAmount
for the CartItem type Product.
|
| TotalPromoAdjustmentAmount |
- Type
- currency
- Properties
- Defaulted on create, Filter, Nillable, Sort
- Description
- The total of all item discounts related to product
promotions.
- This field is available in API version 52.0 and later.
|
| TotalPromoAdjustmentTaxAmount |
- Type
- currency
- Properties
- Defaulted on create, Filter, Nillable, Sort
- Description
- The total tax adjustment for all item discounts related to product
promotions.
- This field is available in API version 52.0 and later.
|
| TotalTaxAmount |
- Type
- currency
- Properties
- Filter, Nillable, Sort
- Description
- The sum of all cart items’ TotalTaxAmount, or
TotalProductTaxAmount plus
TotalDeliveryTaxAmount.
|
| Type |
- Type
- picklist
- Properties
- Create, Defaulted on create, Filter, Group, Nillable, Restricted
picklist, Sort, Update
- Description
- The WebCart type. Default value is Cart. Possible values are:
|
| UniqueProductCount |
- Type
- int
- Properties
- Defaulted on create, Filter, Group, Nillable, Sort
- Description
- The count of unique product SKUs in the
WebCart.
|
| WebStoreId |
- Type
- reference
- Properties
- Create, Filter, Group, Sort, Update
- Description
- The store ID related to this WebCart.
- This field is a relationship field.
- Relationship Name
- WebStore
- Relationship Type
- Lookup
- Refers To
- WebStore
|