We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0fbe0f commit 93d3c41Copy full SHA for 93d3c41
retail/interactive-tutorials/src/main/java/product/DeleteProduct.java
@@ -17,7 +17,7 @@
17
/*
18
* Delete product from a catalog using Retail API
19
*/
20
-
+// [START retail_delete_product]
21
package product;
22
23
import static setup.SetupCleanup.createProduct;
@@ -52,3 +52,4 @@ public static void deleteProduct(String productName) throws IOException {
52
}
53
54
55
+// [END retail_delete_product]
0 commit comments