We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32d588a commit c52cabcCopy full SHA for c52cabc
retail/interactive-tutorials/product/update_product.py
@@ -15,6 +15,7 @@
15
16
# Update product in a catalog using Retail API
17
#
18
+# [START retail_update_product]
19
import random
20
import string
21
@@ -90,3 +91,4 @@ def update_product(original_product: Product):
90
91
update_product(created_product)
92
# delete product
93
delete_product(created_product.name)
94
+# [END retail_update_product]
0 commit comments