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.
|
Integer |
generateSkusFromProduct(Long productId)
Clear out any Skus that are already attached to the Product
if there were any there and generate a new set of Skus based
on the permutations of ProductOptions attached to this Product
|
Integer generateSkusFromProduct(Long productId)
productId - - the Product to generate Skus fromBoolean cloneProduct(Long productId)
productId - Copyright © 2014. All Rights Reserved.