CartItemAttribute

Each row represents an item within a virtual object, which stores the attributes that can be associated with a cart item. This object is available in API version 66.0 and later.

Supported Calls

create(), delete(), describeLayout(), describeSObjects(), query(), retrieve(), update(), upsert()

Special Access Rules

The CartItemAttribute object is available with CMERLMB2CAddOn license.

Fields

Field Details
AttributeDefinitionId
Type
reference
Properties
Create, Filter, Group, Sort, Update
Description
The ID of the attribute definition for the cart item.
This field is a relationship field.
Relationship Name
AttributeDefinition
Refers To
AttributeDefinition
AttributeName
Type
string
Properties
Filter, Group, idLookup, Nillable, Sort
Description
The name of the cart item attribute.
AttributePicklistValueId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The ID of the attribute picklist value for the cart item.
This field is a relationship field.
Relationship Name
AttributePicklistValue
Refers To
AttributePicklistValue
AttributeValue
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The value of the cart item attribute.
CartItemId
Type
reference
Properties
Create, Filter, Group, Sort
Description
The ID of the cart item associated with the cart item attribute.
This field is a relationship field.
Relationship Name
CartItem
Relationship Type
Master-detail
Refers To
CartItem (the master object)
ExternalId
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
An auto-generated ID of the attribute record saved in an external system.
IsPriceImpacting
Type
boolean
Properties
Defaulted on create, Filter, Group, Sort
Description
Indicates whether the cart item attribute impacts the pricing (true) or not (false).
The default value is false.