Skip to main content

SyncExecutionPageDTO

executions object[]
  • Array [
  • idstring
    shopIdstring
    sourcestring
    syncTypestring
    statusstring
    startedAtdate-time
    completedAtdate-time
    durationMsint64
    totalProductsint32
    newProductsint32
    updatedProductsint32
    failedProductsint32
    errorMessagestring
    failedItems object[]
  • Array [
  • externalIdstring
    errorstring
  • ]
  • ]
  • pageint32
    sizeint32
    totalElementsint64
    totalPagesint32
    SyncExecutionPageDTO
    {
    "executions": [
    {
    "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"
    }
    ]
    }
    ],
    "page": 0,
    "size": 0,
    "totalElements": 0,
    "totalPages": 0
    }