SyncExecutionDTO
idstring
shopIdstring
sourcestring
syncTypestring
statusstring
startedAtdate-time
completedAtdate-time
durationMsint64
totalProductsint32
newProductsint32
updatedProductsint32
failedProductsint32
errorMessagestring
failedItems object[]
Array [
externalIdstring
errorstring
]
SyncExecutionDTO
{
"id": "string",
"shopId": "string",
"source": "string",
"syncType": "string",
"status": "string",
"startedAt": "2024-07-29T15:51:28.071Z",
"completedAt": "2024-07-29T15:51:28.071Z",
"durationMs": 0,
"totalProducts": 0,
"newProducts": 0,
"updatedProducts": 0,
"failedProducts": 0,
"errorMessage": "string",
"failedItems": [
{
"externalId": "string",
"error": "string"
}
]
}