public interface AdminCatalogService
| Modifier and Type | Method and Description |
|---|---|
Boolean |
cloneProduct(Long productId)
This will create a new product along with a new Sku for the defaultSku, along with new
Skus for all of the additional Skus.
|
Map<String,Object> |
generateSkus(Long productId)
Create new Skus based on a product's ProductOptions by permutation and add them to existing ones.
|
Integer |
generateSkusFromProduct(Long productId)
Deprecated.
|
@Deprecated Integer generateSkusFromProduct(Long productId)
generateSkus(Long)productId - - the Product to generate Skus fromMap<String,Object> generateSkus(Long productId)
productId - - Product ID to create SKUsBoolean cloneProduct(Long productId)
productId - Copyright © 2025. All rights reserved.