public interface ProductWriteService extends ProductService
RESOURCE_ID_URI_BUILDER, RESOURCE_PATH, RESOURCE_URI_BUILDER, SUBRESOURCE_URI_BUILDER
Modifier and Type | Method and Description |
---|---|
void |
assign(ShopRequestContext shopRequestContext,
java.util.List<GUID> productId,
java.util.List<GUID> categoryId) |
ProductDetailsApi |
create(ShopRequestContext shopRequestContext,
ProductTemplate productTemplate) |
void |
delete(ShopRequestContext shopRequestContext,
GUID productId) |
ProductDetailsApi |
patch(ShopRequestContext shopRequestContext,
GUID productId,
JsonPatch jsonPatch) |
void |
unassign(ShopRequestContext shopRequestContext,
java.util.List<GUID> productId,
java.util.List<GUID> categoryId) |
void delete(ShopRequestContext shopRequestContext, GUID productId)
ProductDetailsApi patch(ShopRequestContext shopRequestContext, GUID productId, JsonPatch jsonPatch)
ProductDetailsApi create(ShopRequestContext shopRequestContext, ProductTemplate productTemplate)
void assign(ShopRequestContext shopRequestContext, java.util.List<GUID> productId, java.util.List<GUID> categoryId)
void unassign(ShopRequestContext shopRequestContext, java.util.List<GUID> productId, java.util.List<GUID> categoryId)