Newer Version Available
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!
| Class | Description |
|---|---|
EVGArticle | An article is content that is typically organized by category or keyword. |
EVGBlog | A blog is content that is typically presented as reverse chronologically sorted on a single topic. |
EVGCategorizedItem | Abstract class. A categorized item belongs to one or more categories. |
EVGCategory | A category organizes other items and is contained in a hierarchy. |
EVGItem | Abstract base class. An item is something in a site or app that users can view or otherwise engage with. Typical examples are products, articles and blogs. |
EVGLineItem | A line item contains a single EVGItem subclass and the quantity that were ordered. |
EVGLocation | Location to associate with an Item, for example for filtering reasons if a product is only available in an area. |
EVGOrder | An order sent upon user checkout. The order contains a total purchase value and line items representing each product and quantity. |
EVGProduct | A product is an item that can be sold to users. Products can be added to EVGLineItem objects when they have been ordered by the user. |
EVGReview | A user-created review of an item. |
EVGTag | Additional tags about an item such as Brand for products or Author and Keywords for articles. |
| Constant | Description |
|---|---|
EVGPromotionState | Modifies how items will be selected and ordered for promotion. |
EVGTagType | Specifies which type a tag belongs to. |
Newer Version Available