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