SyncStats Class

Stats of the synchronization.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

SyncStats(*, synced_catalog_item_types: List[str | _models.CatalogItemType] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
synced_catalog_item_types

Indicates catalog item types that were synced.

Default value: None

Variables

Name Description
added
int

Count of catalog items added during synchronization.

updated
int

Count of catalog items updated during synchronization.

unchanged
int

Count of catalog items that were unchanged during synchronization.

removed
int

Count of catalog items removed during synchronization.

validation_errors
int

Count of catalog items that had validation errors during synchronization.

synchronization_errors
int

Count of synchronization errors that occured during synchronization.

synced_catalog_item_types

Indicates catalog item types that were synced.