OrderItemCommerceAttributes Class
Represents the commerce attributes of an order item.
Namespace
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
importer
The importer information of the order item.
Signature
public RichMessaging.OrderItemImporter importer {get; set;}