Name | Type | Description | Notes |
---|---|---|---|
StepName | string | The last step name of the importation process | [optional] |
UserId | BeezUPCommonUserId | [optional] | |
Success | bool? | Indicate if the importation succeed or not. | [optional] |
TotalProductCount | int? | Indicate the total product count detected in the catalog during the importation. | [optional] |
TotalProductErrorCount | int? | Indicate the total product count in error detected in the catalog during the importation. | [optional] |
TotalProductSuccessCount | int? | Indicate the total product count in success in the catalog during the importation. | [optional] |
Errors | List<BeezUPCommonUserErrorMessage> | Indicate the error message list related to this importation. | [optional] |
LastUpdateUtcDate | DateTime? | Indicate the last update UTC date of the reporting. | |
AutoImported | bool? | Indicate if this importation is an auto import or not. | [optional] |
BeginUtcDate | DateTime? | Indicate the begin UTC date of this importation. | |
EndUtcDate | DateTime? | Indicate the end UTC date of this importation. | [optional] |
InputConfigurationUrl | string | Indicate the input url of this importation. | [optional] |
Steps | Dictionary<string, bool?> | Indicate the steps that have been passed during the importation process |