Skip to content

Commit d23b299

Browse files
authored
Update remove-fulfillment-places.js
1 parent 0516da1 commit d23b299

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)