TypeAlias.ProductImportOptions
type ProductImportOptions = z.infer<typeof productImportOptionsSchema>;
Options for bulk product import operation.
Configures the bulk import job behavior and target application.
Example
const options: ProductImportOptions = {
applicationId: "550e8400-e29b-41d4-a716-446655440000",
network: Network.PolygonAmoy,
upsertMode: true
};