Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.2 KB

ReportOkResponse.md

File metadata and controls

17 lines (14 loc) · 1.2 KB

# ReportOkResponse

Properties

Name Type Description Notes
status string The status of the operation. The operation is completed when the status is one of (VALIDATED,VALIDATED_WITH_ERRORS,FAILED)
import_request_timestamp int The date when the original batch request was sent.
number_of_products_in_the_batch int The number of products present in the batch.
number_of_products_upserted int The number of products upserted.
number_of_products_deleted int The number of products deleted.
number_of_products_with_errors int The number of products with errors.
error_details \criteo\api\retailmedia\preview\Model\ReportDetailErrors[] The list of errors with details.
number_of_products_with_warnings int The number of products with Warnings.
warning_details \criteo\api\retailmedia\preview\Model\ReportDetailWarnings[] The list of Warnings with details.

[Back to Model list] [Back to API list] [Back to README]