Skip to content

Commit 45dfe42

Browse files
rebeccaellisiennae
andauthored
fix(retail): add region tag for JS - Update deleteproduct.js (#4110)
* Update search-simple-query.js Added region tag to simply search query for code snippet update in the documentation. * Update search-with-pagination.js * Update delete-product.js --------- Co-authored-by: Jennifer Davis <[email protected]>
1 parent 90299fa commit 45dfe42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

retail/interactive-tutorials/product/delete-product.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
14+
// [START retail_delete_product]
1515
'use strict';
1616

1717
async function main(generatedProductId) {
@@ -53,3 +53,4 @@ process.on('unhandledRejection', err => {
5353
});
5454

5555
main(...process.argv.slice(2));
56+
// [END retail_delete_product]

0 commit comments

Comments
 (0)