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()
Fields
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).
- Default value: false
Associated Objects
This object has the following associated objects. If the API version isn’t specified, they’re available in the same API versions as this object. Otherwise, they’re available in the specified API version and later.
- CartItemAttributeChangeEvent
- Change events are available for the object.
- CartItemAttributeFeed
- Feed tracking is available for the object.
- CartItemAttributeHistory
- History is available for tracked fields of the object.
- CartItemAttributeOwnerSharingRule
- Sharing rules are available for the object.
- CartItemAttributeShare
- Sharing is available for the object.