We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d52da commit fdcf620Copy full SHA for fdcf620
1 file changed
retail/interactive-tutorials/product/set_inventory.py
@@ -14,6 +14,8 @@
14
15
# Updating inventory information using Retail API.
16
#
17
+# [START retail_set_inventory]
18
+#
19
import asyncio
20
import random
21
import string
@@ -107,3 +109,5 @@ async def set_inventory_and_remove_product(product_name: str):
107
109
108
110
product = create_product(product_id)
111
asyncio.run(set_inventory_and_remove_product(product.name))
112
113
+# [END retail_set_inventory]
0 commit comments