Skip to content

Commit 6206239

Browse files
authored
Update create-product.js
1 parent bb3d2dc commit 6206239

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

retail/interactive-tutorials/product/create-product.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +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+
// [START retail_create_product]
1415

1516
'use strict';
1617

@@ -77,3 +78,4 @@ process.on('unhandledRejection', err => {
7778
});
7879

7980
main(...process.argv.slice(2));
81+
// [END retail_create_product]

0 commit comments

Comments
 (0)