List
List the Merchants Syncs
Path Parameters
The Merchant's id
Query Parameters
The cursor
Default value: 10
The maximum number of results
Default value: +id
The sorting, +id
or -id
- 200
- 401
Found
Schema
- Array [
- ]
The link to the first page.
items object[] required
An array of objects.
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.
The link to the last page.
The link to the next page or null
if there's no page.
The link to the previous page or null
if there's no page.
The link to the current page.
{
"first": "string",
"items": [
{
"created_at": "2024-11-19T00:12:35.616Z",
"error_reason": "string",
"has_errors": true,
"id": 0,
"merchant_id": 0,
"modified_at": "2024-11-19T00:12:35.616Z",
"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
}
],
"last": "string",
"next": "string",
"prev": "string",
"self": "string"
}
Authentication Failure