public interface VariationService
Modifier and Type | Method and Description |
---|---|
Variations |
getVariations(ShopRequestContext shopRequestContext,
GUID superProductId)
Get variations of a super product.
|
Variations getVariations(ShopRequestContext shopRequestContext, GUID superProductId)
shopRequestContext
- superProductId
- GUID of a super productjava.util.NoSuchElementException
- if the super product identified by superProductId
is not found