Skip to content

Commit 26ae451

Browse files
authored
fix(retail): add region tag for Python- Update add fullfillment places.py (#13465)
* Update search_with_pagination.py * Update add_fulfillment_places.py
1 parent 030679e commit 26ae451

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

retail/interactive-tutorials/product/add_fulfillment_places.py

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

1515
# Adding place IDs using Retail API.
1616
#
17+
# [START retail_add_fulfillment_places]
18+
#
1719
import asyncio
1820
import random
1921
import string
@@ -75,3 +77,5 @@ async def add_places(product_name: str):
7577
create_product(product_id)
7678

7779
asyncio.run(add_places(product_name))
80+
81+
# [END retail_add_fulfillment_places]

0 commit comments

Comments
 (0)