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
|
Count of catalog items added during synchronization. |
|
updated
|
Count of catalog items updated during synchronization. |
|
unchanged
|
Count of catalog items that were unchanged during synchronization. |
|
removed
|
Count of catalog items removed during synchronization. |
|
validation_errors
|
Count of catalog items that had validation errors during synchronization. |
|
synchronization_errors
|
Count of synchronization errors that occured during synchronization. |
|
synced_catalog_item_types
|
Indicates catalog item types that were synced. |