Skip to content

Commit 90299fa

Browse files
authored
fix(retail): add region tag for JS - Update get-product.js (#4113)
* 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 get-product.js
1 parent 07bb5cb commit 90299fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

retail/interactive-tutorials/product/get-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_get_product]
1515
'use strict';
1616

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

6262
main(...process.argv.slice(2));
63+
// [END retail_get_product]

0 commit comments

Comments
 (0)