diff --git a/retail/interactive-tutorials/product/get-product.js b/retail/interactive-tutorials/product/get-product.js index b9a444795f..3af581e413 100644 --- a/retail/interactive-tutorials/product/get-product.js +++ b/retail/interactive-tutorials/product/get-product.js @@ -11,7 +11,7 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. - +// [START retail_get_product] 'use strict'; async function main(generatedProductId) { @@ -60,3 +60,4 @@ process.on('unhandledRejection', err => { }); main(...process.argv.slice(2)); +// [END retail_get_product]