# CyberSource.InlineResponse20020Products

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The merchant SKU / `item_id` as stored in the ACG catalog. Equivalent to the `item_id` field submitted during feed ingestion.  | [optional] 
**itemId** | **String** | Unique product identifier / SKU. | [optional] 
**title** | **String** | Product display name. | [optional] 
**description** | **String** | Product description. | [optional] 
**url** | **String** | URL to the product page on the merchant's storefront. | [optional] 
**imageUrl** | **String** | URL to the primary product image. | [optional] 
**additionalImageUrls** | **String** | Additional product image URLs. | [optional] 
**videoUrl** | **String** | URL to a product video. | [optional] 
**model3dUrl** | **String** | URL to a 3D model asset. | [optional] 
**productCategory** | **String** | Product category hierarchy (e.g. `Electronics > Audio > Headphones`). | [optional] 
**brand** | **String** | Product brand or manufacturer. | [optional] 
**gtin** | **String** | Global Trade Item Number. | [optional] 
**mpn** | **String** | Manufacturer Part Number. | [optional] 
**condition** | **String** | Product condition (e.g. new, used, refurbished). | [optional] 
**material** | **String** | Primary material (relevant for apparel, furniture, etc.). | [optional] 
**weight** | **String** | Product weight including unit. | [optional] 
**dimensions** | **String** | Combined dimension string (e.g. \"10x5x3 cm\"). | [optional] 
**length** | **String** | Product length. Pair with `dimensions_unit` for unit context. | [optional] 
**width** | **String** | Product width. Pair with `dimensions_unit` for unit context. | [optional] 
**height** | **String** | Product height. Pair with `dimensions_unit` for unit context. | [optional] 
**dimensionsUnit** | **String** | Unit for dimension values (e.g. \"cm\", \"in\", \"mm\"). | [optional] 
**itemWeightUnit** | **String** | Unit for weight value (e.g. \"kg\", \"lb\", \"oz\"). | [optional] 
**ageGroup** | **String** | Target age group (e.g. \"adult\", \"kids\", \"infant\"). | [optional] 
**color** | **String** | Primary product color. Used for variant filtering. | [optional] 
**size** | **String** | Product size (e.g. \"M\", \"42\", \"XL\"). Used for variant filtering. | [optional] 
**sizeSystem** | **String** | Size standard used (e.g. \"US\", \"EU\", \"UK\"). | [optional] 
**gender** | **String** | Target gender (e.g. \"male\", \"female\", \"unisex\"). | [optional] 
**groupId** | **String** | Product variant group identifier. | [optional] 
**listingHasVariations** | **Boolean** | Whether this listing has product variations (e.g. different sizes or colors). | [optional] 
**itemGroupTitle** | **String** | Display title for the variant group. | [optional] 
**offerId** | **String** | Merchant-assigned offer identifier. | [optional] 
**variantDict** | **{String: String}** |  | [optional] 
**customVariant1Category** | **String** |  | [optional] 
**customVariant1Option** | **String** |  | [optional] 
**customVariant2Category** | **String** |  | [optional] 
**customVariant2Option** | **String** |  | [optional] 
**customVariant3Category** | **String** |  | [optional] 
**customVariant3Option** | **String** |  | [optional] 
**price** | **Number** | Product price as a decimal number. | [optional] 
**currency** | **String** | ISO 4217 currency code. | [optional] 
**salePrice** | **Number** |  | [optional] 
**salePriceStartDate** | **Date** |  | [optional] 
**salePriceEndDate** | **Date** |  | [optional] 
**unitPricingMeasure** | **String** |  | [optional] 
**baseMeasure** | **String** |  | [optional] 
**pricingTrend** | **String** |  | [optional] 
**geoPrice** | **String** |  | [optional] 
**geoAvailability** | **String** |  | [optional] 
**availability** | **String** | Current stock status.  Possible values: - in_stock - out_of_stock - preorder - backorder | [optional] 
**availabilityDate** | **Date** |  | [optional] 
**expirationDate** | **Date** |  | [optional] 
**sellerName** | **String** | Merchant or seller display name. Max 70 characters.  | [optional] 
**sellerUrl** | **String** |  | [optional] 
**marketplaceSeller** | **String** |  | [optional] 
**sellerPrivacyPolicy** | **String** |  | [optional] 
**sellerTos** | **String** |  | [optional] 
**shippingPrice** | **String** |  | [optional] 
**deliveryEstimate** | **Date** |  | [optional] 
**pickupMethod** | **String** |  | [optional] 
**pickupSla** | **String** |  | [optional] 
**isDigital** | **Boolean** |  | [optional] 
**returnPolicy** | **String** |  | [optional] 
**acceptsReturns** | **Boolean** |  | [optional] 
**returnDeadlineInDays** | **Number** |  | [optional] 
**acceptsExchanges** | **Boolean** |  | [optional] 
**isEligibleSearch** | **Boolean** | When `true`, product appears in AI agent discovery results. | [optional] 
**isEligibleCheckout** | **Boolean** | When `true`, product can be added to a checkout session. | [optional] 
**popularityScore** | **Number** |  | [optional] 
**returnRate** | **String** |  | [optional] 
**warning** | **String** |  | [optional] 
**warningUrl** | **String** |  | [optional] 
**ageRestriction** | **Number** |  | [optional] 
**reviewCount** | **Number** |  | [optional] 
**starRating** | **String** |  | [optional] 
**storeReviewCount** | **Number** |  | [optional] 
**storeStarRating** | **String** |  | [optional] 
**relatedProductId** | **String** |  | [optional] 
**relationshipType** | **String** |  | [optional] 
**targetCountries** | **[String]** | Country codes where this product is available. | [optional] 
**storeCountry** | **String** | ISO 3166-1 alpha-2 country code of the merchant's store. | [optional] 
**qAndA** | **[{String: Object}]** |  | [optional] 
**qandA** | **[{String: Object}]** |  | [optional] 
**reviews** | **[{String: Object}]** |  | [optional] 
**createdAt** | **Date** | ISO 8601 timestamp when this product was first ingested. | [optional] 
**updatedAt** | **Date** | ISO 8601 timestamp of the most recent update. | [optional] 


