Skip to content

Commit 64df4d7

Browse files
authored
fix(retail): add region tag for Python - Update get_product.py (#13447)
* Update search_with_pagination.py * Update get_product.py
1 parent c5a7478 commit 64df4d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

retail/interactive-tutorials/product/get_product.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
# Get product from a catalog using Retail API.
1717
#
18+
# [START retail_get_product]
1819
import random
1920
import string
2021

@@ -55,3 +56,4 @@ def get_product(product_name: str):
5556
product = get_product(created_product.name)
5657
# remove created product
5758
delete_product(created_product.name)
59+
# [END retail_get_product]

0 commit comments

Comments
 (0)