Start
Start
Path Parameters
The Merchant's id
- 200
- 400
- 401
- 403
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.617Z",
"error_reason": "string",
"has_errors": true,
"id": 0,
"merchant_id": 0,
"modified_at": "2024-11-19T00:12:35.617Z",
"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.617Z",
"stopped_at": "2024-11-19T00:12:35.617Z",
"synced_products_in_kg": 0,
"synced_products_in_kg_before_cleanup": 0
}
Another merchant sync is in already in progress. There can only be one sync running at a time.
Schema
properties object
{
"detail": "string",
"instance": "string",
"properties": {},
"status": 0,
"title": "string",
"type": "string"
}
Authentication Failure
Authorization Failure