Skip to content

Commit a7a72ba

Browse files
authored
fix(retail): add region tag forPython - Update create_product.py (#13427)
* Update search_with_pagination.py * Update create_product.py
1 parent a379731 commit a7a72ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

retail/interactive-tutorials/product/create_product.py

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

1616
# Create product in a catalog using Retail API
1717
#
18+
# [START retail_create_product]
19+
1820
import random
1921
import string
2022

@@ -81,3 +83,5 @@ def create_product(product_id: str):
8183
created_product = create_product(generated_product_id)
8284
# delete created product
8385
delete_product(created_product.name)
86+
87+
# [END retail_create_product]

0 commit comments

Comments
 (0)