TypeAlias.ProductImportJobStatus
type ProductImportJobStatus = z.infer<typeof productImportJobStatusSchema>;
Full status of a bulk import job including progress and options.
type ProductImportJobStatus = z.infer<typeof productImportJobStatusSchema>;
Full status of a bulk import job including progress and options.