The following table describes the product item properties in the standard product catalog:

Property

Description

ancestorCategories

Generated Set of categories that are higher in the catalog hierarchy than the product.

auxiliaryMedia

Additional media to be displayed with the product.

brand

String that provides the product brand.

childSKUs

List of all SKUs that are children of the product.

creationDate

Date the product was created.

dateAvailable

Property used to calculate the daysAvailable property, described below. If a startDate exists, dateAvailable is set to that date. If not, dateAvailable is set to the creationDate instead.

Note: Using either the startDate or the creationDate ensures that a value exists for dateAvailable, making it possible to calculate daysAvailable.

daysAvailable

The number of days since the dateAvailable date has passed.

description

Short descriptive text for display with the product.

disallowAsRecommendation

Marks products as not recommendable by ATG Recommendations or similar recommendation services.

Note: Products are implicitly recommendable, unless disallowAsRecommendation is set to true.

displayableSkuAttributes

List of properties of the product’s SKUs that can be displayed by the DisplaySkuProperties servlet bean.

displayName

Product name displayed by the ACC.

dynamicRelatedProducts

List of the products in the content group specified by the relatedProductGroup property.

dynamicUpsellProducts

List of the products in the content group specified by the upsellProductGroup property.

endDate

Date the product will no longer be available, if a collection filter is implemented to use this property.

fixedRelatedProducts

Static list of products related to the product.

fixedUpsellProducts

Static list of upsell products.

keywords

Set of words that can be used in searching for the product.

largeImage

Large image associated with the product.

longDescription

Detailed descriptive text for display with the product.

nonreturnable

Marks products as not returnable.

parentCategory

Default parent category for the product.

relatedProductGroup

Name of the content group that contains the list of products that dynamicRelatedProducts uses.

smallImage

Small image associated with the product.

startDate

Date the product becomes available, if a collection filter is implemented to use this property.

template

JSP used to display the product.

thumbnailImage

Thumbnail image associated with the product.

upsellProductGroup

Name of the content group that contains the list of products that dynamicUpsellProducts uses.

version

Integer that is incremented automatically each time the product is updated; used to prevent version conflict.

 
loading table of contents...