ProductCatalogImportProgress
Catalog import progress
This page contains
Fields
| distributorId: String! | Distributor identifier |
| distributorAccountId: ID! | Marketplace account (company) id linked to the connector |
| market: DistributorMarket! PREVIEW | Target marketplace market |
| importedCount: Int! | Products successfully created in marketplace |
| pendingCount: Int! | Products enqueued and awaiting the import job |
| failedCount: Int! | Products that failed during marketplace creation — eligible for re-import on next trigger |
| publishedCount: Int! | Products published on marketplace — only meaningful when shouldPublishAfterImport was true |
Queries for ProductCatalogImportProgress
| getProductCatalogImportProgress PREVIEW | Get catalog import progress for a given account and market |