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 030679e commit 26ae451Copy full SHA for 26ae451
retail/interactive-tutorials/product/add_fulfillment_places.py
@@ -14,6 +14,8 @@
14
15
# Adding place IDs using Retail API.
16
#
17
+# [START retail_add_fulfillment_places]
18
+#
19
import asyncio
20
import random
21
import string
@@ -75,3 +77,5 @@ async def add_places(product_name: str):
75
77
create_product(product_id)
76
78
79
asyncio.run(add_places(product_name))
80
+
81
+# [END retail_add_fulfillment_places]
0 commit comments