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 64df4d7 commit 613f4adCopy full SHA for 613f4ad
retail/interactive-tutorials/product/delete_product.py
@@ -15,6 +15,7 @@
15
16
# Delete product from a catalog using Retail API.
17
#
18
+# [START retail_delete_product]
19
import random
20
import string
21
@@ -55,3 +56,4 @@ def delete_product(product_name: str):
55
56
# delete created product
57
created_product_name = create_product(product_id).name
58
delete_product(created_product_name)
59
+# [END retail_delete_product]
0 commit comments