Skip to content

Commit 1cdb57b

Browse files
authored
fix(retail): add region tag for Python - Update remove fulfillment places (#13466)
* Update search_with_pagination.py * Update remove_fulfillment_places.py
1 parent 26ae451 commit 1cdb57b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

retail/interactive-tutorials/product/remove_fulfillment_places.py

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

1515
# Remove place IDs using Retail API.
1616
#
17+
# [START retail_remove_fulfillment_places]
18+
#
1719
import asyncio
1820
import random
1921
import string
@@ -72,3 +74,5 @@ async def remove_places(product_name: str):
7274
product = create_product(product_id)
7375

7476
asyncio.run(remove_places(product.name))
77+
78+
# [END retail_remove_fulfillment_places]

0 commit comments

Comments
 (0)