Skip to content

Commit 774755e

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515
'use strict';
16-
16+
// [START retail_add_fulfillment_places]
1717
async function main(generatedProductId) {
1818
// Imports the Google Cloud client library.
1919
const {ProductServiceClient} = require('@google-cloud/retail').v2;
@@ -89,3 +89,4 @@ process.on('unhandledRejection', err => {
8989
});
9090

9191
main(...process.argv.slice(2));
92+
// [END retail_add_fulfillment_places]

0 commit comments

Comments
 (0)