Skip to content

Commit 613f4ad

Browse files
authored
fix(retail): add region tag for Python - Update delete_product.py (#13443)
* Update search_with_pagination.py * Update delete_product.py
1 parent 64df4d7 commit 613f4ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

retail/interactive-tutorials/product/delete_product.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
# Delete product from a catalog using Retail API.
1717
#
18+
# [START retail_delete_product]
1819
import random
1920
import string
2021

@@ -55,3 +56,4 @@ def delete_product(product_name: str):
5556
# delete created product
5657
created_product_name = create_product(product_id).name
5758
delete_product(created_product_name)
59+
# [END retail_delete_product]

0 commit comments

Comments
 (0)