We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ae451 commit 1cdb57bCopy full SHA for 1cdb57b
retail/interactive-tutorials/product/remove_fulfillment_places.py
@@ -14,6 +14,8 @@
14
15
# Remove place IDs using Retail API.
16
#
17
+# [START retail_remove_fulfillment_places]
18
+#
19
import asyncio
20
import random
21
import string
@@ -72,3 +74,5 @@ async def remove_places(product_name: str):
72
74
product = create_product(product_id)
73
75
76
asyncio.run(remove_places(product.name))
77
+
78
+# [END retail_remove_fulfillment_places]
0 commit comments