# egoisdk.ProductBulkRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **products** | [**[Product]**](Product.md) | Collection of products to import. Products having an incorrect format will be ignored | **mode** | **String** | How the import will be processed: * 'rewrite' - catalog content will be erased and then the imported products will be added * 'add' - adds imported products to the catalog without replacing any content. Duplicates will not be added * 'update' - adds imported products to the catalog and updates any duplicates found | [optional] [default to 'update'] ## Enum: ModeEnum * `rewrite` (value: `"rewrite"`) * `add` (value: `"add"`) * `update` (value: `"update"`)