Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.59 KB

StatisticsRecord.md

File metadata and controls

23 lines (20 loc) · 1.59 KB

# StatisticsRecord

Properties

Name Type Description Notes
start_date \DateTime Start date of streaming products collection
end_date \DateTime End date of streaming products collection
total int The number of total products at endDate moment
displayable int The number of displayable products at endDate moment
non_displayable int The number of non displayable products at endDate moment
added int The number of inserted products during the period between startDate and endDate
deleted int The number of deleted products during the period between startDate and endDate
updated int The number of updated products during the period between startDate and endDate
blacklisted int The number of total blacklisted products at endDate moment
out_of_stock int The number of total out-of-stock products at endDate moment
missing_image int The number of total missing image products at endDate moment
missing_url int The number of total missing url products at endDate moment
missing_price int The number of total missing price products at endDate moment
missing_name int The number of total missing name products at endDate moment
missing_description int The number of total missing description products at endDate moment

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