diff --git a/retail/interactive-tutorials/product/add-fulfillment-places.js b/retail/interactive-tutorials/product/add-fulfillment-places.js index 3849ae1bfd..6fdac66c95 100644 --- a/retail/interactive-tutorials/product/add-fulfillment-places.js +++ b/retail/interactive-tutorials/product/add-fulfillment-places.js @@ -13,7 +13,7 @@ // limitations under the License. 'use strict'; - +// [START retail_add_fulfillment_places] async function main(generatedProductId) { // Imports the Google Cloud client library. const {ProductServiceClient} = require('@google-cloud/retail').v2; @@ -89,3 +89,4 @@ process.on('unhandledRejection', err => { }); main(...process.argv.slice(2)); +// [END retail_add_fulfillment_places]