We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a7478 commit 64df4d7Copy full SHA for 64df4d7
1 file changed
retail/interactive-tutorials/product/get_product.py
@@ -15,6 +15,7 @@
15
16
# Get product from a catalog using Retail API.
17
#
18
+# [START retail_get_product]
19
import random
20
import string
21
@@ -55,3 +56,4 @@ def get_product(product_name: str):
55
56
product = get_product(created_product.name)
57
# remove created product
58
delete_product(created_product.name)
59
+# [END retail_get_product]
0 commit comments