public interface AdminCatalogService
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
cloneProduct(java.lang.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.
|
java.lang.Integer |
generateSkusFromProduct(java.lang.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
|
java.lang.Integer generateSkusFromProduct(java.lang.Long productId)
productId - - the Product to generate Skus fromjava.lang.Boolean cloneProduct(java.lang.Long productId)
productId - Copyright © 2018. All Rights Reserved.