# Catalog.CatalogSummaryFull

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**inventoryCount** | **Number** | A count of all inventory items in the catalog.  | [optional] 
**inventoryValue** | **Number** | Total value of store&#x27;s inventory.  | [optional] 
**primaryCategoryId** | **Number** | ID of the category containing the most products.  | [optional] 
**primaryCategoryName** | **String** | Name of the category containing the most products.  | [optional] 
**variantCount** | **Number** | Total number of variants | [optional] 
**highestVariantPrice** | **Number** | Highest priced variant | [optional] 
**averageVariantPrice** | **Number** | Average price of all variants | [optional] 
**lowestVariantPrice** | **String** | Lowest priced variant in the store | [optional] 
**oldestVariantDate** | **String** |  | [optional] 
**newestVariantDate** | **String** |  | [optional] 
