Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

OrderItemCommerceAttributes Class

Represents the commerce attributes of an order item.

Namespace

RichMessaging

OrderItemCommerceAttributes Properties

The following are properties for OrderItemCommerceAttributes.

retailerId

The retailer ID of the order item.

Signature

public String retailerId {get; set;}

Property Value

Type: String

retailerIdValue

The retailer ID variable for the order item.

Signature

public String retailerIdValue {get; set;}

Property Value

Type: String

category

The category of the order item.

Signature

public String category {get; set;}

Property Value

Type: String

categoryValue

The category variable for the order item.

Signature

public RichMessaging.OrderItemCategory categoryValue {get; set;}

Property Value

Type: RichMessaging.OrderItemCategory

importer

The importer information of the order item.

Signature

public RichMessaging.OrderItemImporter importer {get; set;}

Property Value

Type: RichMessaging.OrderItemImporter

importerValue

The importer variable for the order item.

Signature

public RichMessaging.OrderItemImporter importerValue {get; set;}

Property Value

Type: RichMessaging.OrderItemImporter