Skip to content

Commit c52cabc

Browse files
rebeccaellisglasnt
andauthored
fix(retail): add region tag for Python - Update upate_product.py (#13442)
* Update search_with_pagination.py * Update update_product.py * Update update_product.py * lint --------- Co-authored-by: Katie McLaughlin <katie@glasnt.com>
1 parent 32d588a commit c52cabc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

retail/interactive-tutorials/product/update_product.py

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

1616
# Update product in a catalog using Retail API
1717
#
18+
# [START retail_update_product]
1819
import random
1920
import string
2021

@@ -90,3 +91,4 @@ def update_product(original_product: Product):
9091
update_product(created_product)
9192
# delete product
9293
delete_product(created_product.name)
94+
# [END retail_update_product]

0 commit comments

Comments
 (0)