public interface ProductWriteService extends ProductService
RESOURCE_ID_URI_BUILDER, RESOURCE_PATH, SUBRESOURCE_URI_BUILDER
Modifier and Type | Method and Description |
---|---|
void |
delete(ShopRequestContext shopRequestContext,
GUID productId) |
StockLevel |
getStockLevel(ShopRequestContext build,
GUID productId) |
ProductApi |
patch(ShopRequestContext shopRequestContext,
GUID productId,
JsonPatch jsonPatch) |
StockLevel |
updateStockLevel(ShopRequestContext build,
GUID productId,
StockLevelUpdate stockLevelUpdate) |
void delete(ShopRequestContext shopRequestContext, GUID productId)
ProductApi patch(ShopRequestContext shopRequestContext, GUID productId, JsonPatch jsonPatch)
StockLevel getStockLevel(ShopRequestContext build, GUID productId)
StockLevel updateStockLevel(ShopRequestContext build, GUID productId, StockLevelUpdate stockLevelUpdate)