Get by id
Get by id
Path Parameters
The Merchant's id
The Merchant Sync id
.
- 200
- 401
- 404
Found.
Schema
The create date-time.
Possible values: <= 500 characters
Error that caused the synchronization to fail.
Whether the sync encountered errors.
The unique id.
The parent Merchant id.
The last modified date-time.
The overall amount of products available on KG after syncing.
The number of created products
The number of deleted products
The number of errored products
The number of skipped products
The total number of processed products, including the skipped and errored.
The number of products that haven't changed and therefore haven't been synced again
The number of update products
The started date-time.
The stopped date-time.
The number of products synced by this process available in KG.
{
"created_at": "2024-11-19T00:12:35.618Z",
"error_reason": "string",
"has_errors": true,
"id": 0,
"merchant_id": 0,
"modified_at": "2024-11-19T00:12:35.618Z",
"overall_products_in_kg": 0,
"products_created": 0,
"products_deleted": 0,
"products_errored": 0,
"products_skipped": 0,
"products_total": 0,
"products_unchanged": 0,
"products_updated": 0,
"started_at": "2024-11-19T00:12:35.618Z",
"stopped_at": "2024-11-19T00:12:35.618Z",
"synced_products_in_kg": 0,
"synced_products_in_kg_before_cleanup": 0
}
Authentication Failure
Not Found