# CyberSource.ProductFeedRequest

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**products** | [**[Iccv1productsfeedProducts]**](Iccv1productsfeedProducts.md) | Array of product records to ingest. Must contain at least one item. Each product must include all required fields: `is_eligible_search`, `is_eligible_checkout`, `item_id`, `title`, `description`, `url`, `brand`, `image_url`, `price`, `currency`, `availability`, `group_id`, `listing_has_variations`, `seller_name`, `seller_url`, `return_policy`, `target_countries`, and `store_country`.  | 
**merchantId** | **String** | Optional merchant identifier. When provided, used for syndication callback routing. Typically sourced from the `v-c-merchant-id` request header.  | [optional] 
**feedVersion** | **String** | Optional feed version label for tracking incremental feed updates. | [optional] 
**timestamp** | **String** | Optional ISO 8601 timestamp indicating when the feed was generated by the merchant. | [optional] 


