TypeAlias.ProductImportResult
type ProductImportResult = z.infer<typeof importResultSchema>;
Result of a single product import within a bulk operation.
type ProductImportResult = z.infer<typeof importResultSchema>;
Result of a single product import within a bulk operation.