BootstrapMarketplaceProductSearchIndexesStatus
This page contains
Fields
| bootstrapId: ID! | Bootstrap ID |
| partnerCount: Int! | The nubmer of partners that the bootstrap is covering. |
| productCount: Int! | The count of products that are included in the bootstrap. |
| requestsSent: Int! | The count of processing reqeusts sent. |
| requestsSendErrors: Int! | The count of errors when attempting to make a request for processing. |
| requestsProcessed: Int! | The count of products that have been processed. |
| requestProcessErrors: Int! | The count of errors when attempting to process a product. |
| indexUpdateSent: Int! | The count of index updates sent. |
| indexUpdateSentByLocale: [BootstrapMarketplaceProductSearchIndexesStatusByLocale!]! PREVIEW | The count of index updates sent, grouped by index locale. |
| indexSendErrors: Int! | The count of errors when attempting top send an index update. |
| indexSendErrorsByLocale: [BootstrapMarketplaceProductSearchIndexesErrorStatusByLocale!]! PREVIEW | The count of errors when attempting top send an index update, grouped by locale. |
| status: String! | The current status of the bootstrap process. |
| durationSeconds: Int! | The duration the bootstrap has taken so far in seconds. Note: this is a rough estimate based on when the bootstrap was created, and the most recent update. |
Queries for BootstrapMarketplaceProductSearchIndexesStatus
| bootstrapMarketplaceProductSearchIndexesStatus PREVIEW | Query the status of a search index bootstrap process. |