Skip to content

Commit fdcf620

Browse files
authored
fix(retail): add region tag for Python - UPdate set_inventory.py (#13491)
* Update search_with_pagination.py * Update set_inventory.py
1 parent a9d52da commit fdcf620

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

retail/interactive-tutorials/product/set_inventory.py

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

1515
# Updating inventory information using Retail API.
1616
#
17+
# [START retail_set_inventory]
18+
#
1719
import asyncio
1820
import random
1921
import string
@@ -107,3 +109,5 @@ async def set_inventory_and_remove_product(product_name: str):
107109

108110
product = create_product(product_id)
109111
asyncio.run(set_inventory_and_remove_product(product.name))
112+
#
113+
# [END retail_set_inventory]

0 commit comments

Comments
 (0)