All Methods Instance Methods Abstract Methods
Modifier and Type |
Method and Description |
void |
delete(ShopRequestContext shopRequestContext,
GUID productId) |
ProductApi |
get(ShopRequestContext reqCtx,
GUID productGuid)
Provides a product in a given shop request context
|
PageEP6<ProductApi> |
getAll(ShopRequestContext reqCtx,
ProductApi.SortAttribute attribute,
SortDirection direction,
java.lang.String query,
GUID categoryId)
Provides all products in a given shop request context
|
PageEP6<ProductApi> |
getByIds(ShopRequestContext shopRequestContext,
java.util.List<GUID> guids) |
CustomAttributes |
getCustomAttributes(ShopRequestContext reqCtx,
GUID productGuid) |
SimpleVariation |
getLowestPriceVariation(ShopRequestContext shopRequestContext,
GUID productId) |
ResourceSupport |
getProductCategories(ShopRequestContext shopRequestContext,
GUID productGuid) |
PageEP6<ProductApi> |
getRootCategoryProducts(ShopRequestContext ctx) |
StockLevel |
getStockLevel(ShopRequestContext build,
GUID productId) |
StockLevel |
updateStockLevel(ShopRequestContext build,
GUID productId,
StockLevelUpdate stockLevelUpdate) |