Skip to content

Commit 0208c0d

Browse files
rebeccaellisglasnt
andauthored
fix(retail): add region tag for nodejs - Update remove fulfillment places (#4121)
* 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 remove-fulfillment-places.js --------- Co-authored-by: Katie McLaughlin <[email protected]>
1 parent 774755e commit 0208c0d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

retail/interactive-tutorials/product/remove-fulfillment-places.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
'use strict';
1616

17+
// [START retail_remove_fulfillment_places]
18+
1719
async function main(generatedProductId) {
1820
// Imports the Google Cloud client library.
1921
const {ProductServiceClient} = require('@google-cloud/retail').v2;
@@ -84,3 +86,5 @@ process.on('unhandledRejection', err => {
8486
});
8587

8688
main(...process.argv.slice(2));
89+
90+
// [END retail_remove_fulfillment_places]

0 commit comments

Comments
 (0)