public interface ProductService
Modifier and Type | Method and Description |
---|---|
ProductApi |
get(ShopRequestContext reqCtx,
GUID productGuid)
Provides a product in a given shop request context
|
Products |
getAll(ShopRequestContext reqCtx,
ProductApi.SortAttribute attribute,
SortDirection direction,
java.lang.String query,
GUID categoryId)
Provides all products in a given shop request context
|
Products |
getByIds(ShopRequestContext shopRequestContext,
java.util.List<GUID> guids) |
CustomAttributes |
getCustomAttributes(ShopRequestContext reqCtx,
GUID productGuid) |
SimpleVariation |
getLowestPriceVariation(ShopRequestContext shopRequestContext,
GUID productId) |
Products |
getRootCategoryProducts(ShopRequestContext ctx) |
ProductApi get(ShopRequestContext reqCtx, GUID productGuid)
CustomAttributes getCustomAttributes(ShopRequestContext reqCtx, GUID productGuid)
Products getAll(ShopRequestContext reqCtx, ProductApi.SortAttribute attribute, SortDirection direction, java.lang.String query, GUID categoryId)
Products getByIds(ShopRequestContext shopRequestContext, java.util.List<GUID> guids)
SimpleVariation getLowestPriceVariation(ShopRequestContext shopRequestContext, GUID productId)
Products getRootCategoryProducts(ShopRequestContext ctx)
ctx
-