| AdjustmentAmount |
- Type
- currency
- Properties
- Create, Filter, Nillable, Sort, Update
- Description
- Non-itemized adjustments for this cart item
|
| AdjustmentTaxAmount |
- Type
- currency
- Properties
- Create, Filter, Nillable, Sort, Update
- Description
- The tax that’s calculated on the
AdjustmentAmount.
|
| CartDeliveryGroupId |
- Type
- reference
- Properties
- Create, Filter, Group, Sort, Update
- Description
- The ID of the CartDeliveryGroup that’s
associated with a cart item.
|
| CartId |
- Type
- reference
- Properties
- Create, Filter, Group, Sort
- Description
- The ID of the WebCart that’s associated with
a cart item.
|
| 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:
-
|
| ListPrice |
- Type
- currency
- Properties
- Create, Filter, Nillable, Sort, Update
- Description
- The original price of the cart item. Typically shown with a line
through it. List price is shown only when it’s higher than the
negotiated price. If the list price is the same or lower, it isn’t
shown to the buyer.
|
| Name |
- Type
- string
- Properties
- Create, Filter, Group, idLookup, Sort, Update
- Description
- The name of this CartItem record.
Name can be up to 255 characters.
|
| Product2Id |
- Type
- reference
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- The ID of a product type cart item. Cart items can be of type
PRODUCT or CHARGE.
|
| Quantity |
- Type
- double
- Properties
- Create, Filter, Nillable, Sort, Update
- Description
- The number of a given cart item in a cart.
|
| SalesPrice |
- Type
- currency
- Properties
- Create, Filter, Nillable, Sort, Update
- Description
- The discounted price of a cart item.
|
| Sku |
- Type
- string
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- The Shelf-Keeping Unit ID of a cart item.
|
| TotalAmount |
- Type
- currency
- Properties
- Filter, Nillable, Sort
- Description
- The total cost of this cart item, including taxes and
adjustments.
|
| TotalLineAmount |
- Type
- currency
- Properties
- Create, Filter, Nillable, Sort, Update
- Description
- Total amount for this cart item, based on sales price and
quantity.
|
| TotalLineTaxAmount |
- Type
- currency
- Properties
- Defaulted on create, Filter, Nillable, Sort
- Description
- Total tax amount for TotalLineAmount.
|
| TotalListPrice |
- Type
- currency
- Properties
- Create, Filter, Nillable, Sort, Update
- Description
- Total amount for this cart item, based on
ListPrice. We provide this value for
comparison. It's not the price that the buyer is paying
|
| TotalPrice |
- Type
- currency
- Properties
- Create, Filter, Nillable, Sort, Update
- Description
- Total amount for this cart item, including adjustments but
excluding taxes.
|
| TotalTaxAmount |
- Type
- currency
- Properties
- Filter, Nillable, Sort
- Description
- Total tax amount for this cart item. This value includes taxes for
both TotalLineAmount and
AdjustmentAmount.
|
| Type |
- Type
- picklist
- Properties
- Create, Defaulted on create, Filter, Group, Nillable, Restricted
picklist, Sort, Update
- Description
- The CartItem type. Possible values are:
|
| UnitAdjustedPrice |
- Type
- currency
- Properties
- Create, Filter, Nillable, Sort, Update
- Description
- Price per quantity unit after a discount or surcharge is applied.
This field is available in API version 50.0 and later.
|
| UnitAdjustmentAmount |
- Type
- currency
- Properties
- Create, Filter, Nillable, Sort, Update
- Description
- Discount or surcharge to apply to a quantity unit. This amount is
added to the SalesPrice to get the
UnitAdjustedPrice. This field is available
in API version 50.0 and later.
|