SyncResultDTO
totalReceivedint32
newProductsint32
updatedProductsint32
skippedint32
failedint32
errors object[]
Array [
externalIdstring
errorstring
]
productsCountint32
remainingProductsint32
SyncResultDTO
{
"totalReceived": 0,
"newProducts": 0,
"updatedProducts": 0,
"skipped": 0,
"failed": 0,
"errors": [
{
"externalId": "string",
"error": "string"
}
],
"productsCount": 0,
"remainingProducts": 0
}