IndexingResultDTO
totalProductsint32
successfullyIndexedint32
failedint32
errors object[]
Array [
externalIdstring
errorstring
]
IndexingResultDTO
{
"totalProducts": 0,
"successfullyIndexed": 0,
"failed": 0,
"errors": [
{
"externalId": "string",
"error": "string"
}
]
}