Interface ProductApi
@Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen",
date="2022-10-21T20:34:47.671Z")
@Validated
@RequestMapping("")
public interface ProductApi
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Product>productCreate(@Valid Product product) org.springframework.http.ResponseEntity<Void>productDelete(String productId) productFind(@Valid String fields) org.springframework.http.ResponseEntity<Product>productGet(String productId, @Valid String fields) org.springframework.http.ResponseEntity<Product>productPatch(String productId, @Valid Product product)
-
Method Details
-
productCreate
-
productDelete
-
productFind
-
productGet
@RequestMapping(value="/product/{productId}", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=GET) org.springframework.http.ResponseEntity<Product> productGet(@PathVariable("productId") String productId, @Valid @RequestParam(value="fields",required=false) @Valid String fields) -
productPatch
-