Fayyaz Ahmed | Shopify Developer
내용
[subtitle-meta] lang=en auto=True
welcome back in this video we are going
to create a new product by using nodejs
application and we will create that
product through Shopify admin API so
let's define the route first so I'll
type
app.get and
slash product whenever we hit that route
we will create a new product
so call back function
request and
response uh
here here I will write the code for
writing uh creating the new product so
I'll say
Shopify do
product uh do create create function and
inside create function I need need to
define the product object so first of
all I will add the title of the
product
title serf Board Test
product and then we need to define
body
HTML this is this in
description and
then
vendor the
vender will
sing and product
type onway serf
ws and tags should
be
Bridge
black
red and surf
board and then we need to add some
images in images
array I'm going to copy and paste some
mg
sources so I copy and paste them this
simple object and we need to define the
source of the Pro source of the
image and once you do
that
and we need to add then here then when
we create the product we will get the
response
product and we need to send that
response to the
browser uh well do send and we are going
to pass the product object
and in the case of
failure we will catch the
error console.
log
error
so let's save that and go to our
application and hit the route slash
product and wait for some
time and as you can see we got the
response title surboard test product is
created and we get the response now go
back to the Shopify and go to the
products and sort the
products
created newest
first and here you can see a surfboard
test product
and we have this is a test description
serbo test title and we got the image we
got the tags as well and vendor and
product type so let's try to create
another product by changing some of the
information and let's say two
here and two
here and
two
two and let's add one more
tag
uh
XL this is just for testing purpose so
save that and reload the page
again this one reload the page and wait
for the response and now you can see we
got the response and Serb test product
product two and if you go
here and Source out the products
again newest first and you will see Serb
test Product 2 is
here and you can see the description you
can see the images and the new tag as
well and vendor and product types so
this is how you can make uh uh you can
create product you can create multiple
product by adding the loop here so with
the help of nodejs application you can
add as many products as you needed thank
you
원문 자막 펼치기
WEBVTT Kind: captions Language: en 00:00:00.480 --> 00:00:03.189 align:start position:0% welcome<00:00:01.000><c> back</c><00:00:01.719><c> in</c><00:00:01.959><c> this</c><00:00:02.159><c> video</c><00:00:02.560><c> we</c><00:00:02.720><c> are</c><00:00:02.960><c> going</c> 00:00:03.189 --> 00:00:03.199 align:start position:0% welcome back in this video we are going 00:00:03.199 --> 00:00:08.030 align:start position:0% welcome back in this video we are going to<00:00:03.439><c> create</c><00:00:03.679><c> a</c><00:00:03.840><c> new</c><00:00:04.160><c> product</c><00:00:04.880><c> by</c><00:00:05.480><c> using</c><00:00:06.520><c> nodejs</c> 00:00:08.030 --> 00:00:08.040 align:start position:0% to create a new product by using nodejs 00:00:08.040 --> 00:00:10.589 align:start position:0% to create a new product by using nodejs application<00:00:09.040><c> and</c><00:00:09.360><c> we</c><00:00:09.519><c> will</c><00:00:09.760><c> create</c><00:00:10.280><c> that</c> 00:00:10.589 --> 00:00:10.599 align:start position:0% application and we will create that 00:00:10.599 --> 00:00:15.150 align:start position:0% application and we will create that product<00:00:11.000><c> through</c><00:00:11.519><c> Shopify</c><00:00:12.519><c> admin</c><00:00:12.960><c> API</c><00:00:14.160><c> so</c> 00:00:15.150 --> 00:00:15.160 align:start position:0% product through Shopify admin API so 00:00:15.160 --> 00:00:18.429 align:start position:0% product through Shopify admin API so let's<00:00:15.599><c> define</c><00:00:16.080><c> the</c><00:00:16.240><c> route</c><00:00:16.880><c> first</c><00:00:17.880><c> so</c><00:00:18.080><c> I'll</c> 00:00:18.429 --> 00:00:18.439 align:start position:0% let's define the route first so I'll 00:00:18.439 --> 00:00:21.269 align:start position:0% let's define the route first so I'll type 00:00:21.269 --> 00:00:21.279 align:start position:0% 00:00:21.279 --> 00:00:24.230 align:start position:0% app.get<00:00:22.640><c> and</c> 00:00:24.230 --> 00:00:24.240 align:start position:0% app.get and 00:00:24.240 --> 00:00:28.790 align:start position:0% app.get and slash<00:00:25.519><c> product</c><00:00:26.519><c> whenever</c><00:00:27.000><c> we</c><00:00:27.199><c> hit</c><00:00:27.560><c> that</c><00:00:27.880><c> route</c> 00:00:28.790 --> 00:00:28.800 align:start position:0% slash product whenever we hit that route 00:00:28.800 --> 00:00:30.589 align:start position:0% slash product whenever we hit that route we<00:00:28.920><c> will</c><00:00:29.119><c> create</c><00:00:29.359><c> a</c><00:00:29.480><c> new</c><00:00:29.679><c> product</c> 00:00:30.589 --> 00:00:30.599 align:start position:0% we will create a new product 00:00:30.599 --> 00:00:35.069 align:start position:0% we will create a new product so<00:00:31.320><c> call</c><00:00:31.640><c> back</c><00:00:31.840><c> function</c> 00:00:35.069 --> 00:00:35.079 align:start position:0% 00:00:35.079 --> 00:00:38.549 align:start position:0% request<00:00:36.079><c> and</c> 00:00:38.549 --> 00:00:38.559 align:start position:0% 00:00:38.559 --> 00:00:41.229 align:start position:0% response<00:00:39.559><c> uh</c> 00:00:41.229 --> 00:00:41.239 align:start position:0% response uh 00:00:41.239 --> 00:00:44.190 align:start position:0% response uh here<00:00:42.239><c> here</c><00:00:42.480><c> I</c><00:00:42.559><c> will</c><00:00:42.840><c> write</c><00:00:43.200><c> the</c><00:00:43.399><c> code</c><00:00:43.719><c> for</c> 00:00:44.190 --> 00:00:44.200 align:start position:0% here here I will write the code for 00:00:44.200 --> 00:00:46.990 align:start position:0% here here I will write the code for writing<00:00:44.719><c> uh</c><00:00:44.840><c> creating</c><00:00:45.239><c> the</c><00:00:45.399><c> new</c><00:00:45.800><c> product</c><00:00:46.800><c> so</c> 00:00:46.990 --> 00:00:47.000 align:start position:0% writing uh creating the new product so 00:00:47.000 --> 00:00:48.830 align:start position:0% writing uh creating the new product so I'll<00:00:47.280><c> say</c> 00:00:48.830 --> 00:00:48.840 align:start position:0% I'll say 00:00:48.840 --> 00:00:52.510 align:start position:0% I'll say Shopify<00:00:49.840><c> do</c> 00:00:52.510 --> 00:00:52.520 align:start position:0% 00:00:52.520 --> 00:00:57.389 align:start position:0% product<00:00:53.520><c> uh</c><00:00:54.079><c> do</c><00:00:54.680><c> create</c><00:00:55.680><c> create</c><00:00:56.079><c> function</c><00:00:57.039><c> and</c> 00:00:57.389 --> 00:00:57.399 align:start position:0% product uh do create create function and 00:00:57.399 --> 00:01:00.750 align:start position:0% product uh do create create function and inside<00:00:57.960><c> create</c><00:00:58.519><c> function</c><00:00:59.519><c> I</c><00:00:59.640><c> need</c><00:00:59.920><c> need</c><00:01:00.079><c> to</c> 00:01:00.750 --> 00:01:00.760 align:start position:0% inside create function I need need to 00:01:00.760 --> 00:01:04.390 align:start position:0% inside create function I need need to define<00:01:01.280><c> the</c><00:01:01.559><c> product</c><00:01:02.559><c> object</c><00:01:03.559><c> so</c><00:01:04.000><c> first</c><00:01:04.239><c> of</c> 00:01:04.390 --> 00:01:04.400 align:start position:0% define the product object so first of 00:01:04.400 --> 00:01:10.030 align:start position:0% define the product object so first of all<00:01:04.920><c> I</c><00:01:05.040><c> will</c><00:01:05.360><c> add</c><00:01:05.600><c> the</c><00:01:05.960><c> title</c><00:01:06.960><c> of</c><00:01:07.240><c> the</c> 00:01:10.030 --> 00:01:10.040 align:start position:0% all I will add the title of the 00:01:10.040 --> 00:01:14.030 align:start position:0% all I will add the title of the product 00:01:14.030 --> 00:01:14.040 align:start position:0% 00:01:14.040 --> 00:01:19.950 align:start position:0% title<00:01:15.040><c> serf</c><00:01:16.159><c> Board</c><00:01:17.560><c> Test</c> 00:01:19.950 --> 00:01:19.960 align:start position:0% title serf Board Test 00:01:19.960 --> 00:01:24.270 align:start position:0% title serf Board Test product<00:01:20.960><c> and</c><00:01:21.240><c> then</c><00:01:21.520><c> we</c><00:01:21.720><c> need</c><00:01:21.960><c> to</c><00:01:22.799><c> define</c> 00:01:24.270 --> 00:01:24.280 align:start position:0% product and then we need to define 00:01:24.280 --> 00:01:27.069 align:start position:0% product and then we need to define body 00:01:27.069 --> 00:01:27.079 align:start position:0% body 00:01:27.079 --> 00:01:32.510 align:start position:0% body HTML<00:01:28.079><c> this</c><00:01:28.520><c> is</c><00:01:29.520><c> this</c><00:01:30.240><c> in</c> 00:01:32.510 --> 00:01:32.520 align:start position:0% HTML this is this in 00:01:32.520 --> 00:01:34.469 align:start position:0% HTML this is this in description<00:01:33.520><c> and</c> 00:01:34.469 --> 00:01:34.479 align:start position:0% description and 00:01:34.479 --> 00:01:36.550 align:start position:0% description and then 00:01:36.550 --> 00:01:36.560 align:start position:0% then 00:01:36.560 --> 00:01:38.550 align:start position:0% then vendor<00:01:37.560><c> the</c> 00:01:38.550 --> 00:01:38.560 align:start position:0% vendor the 00:01:38.560 --> 00:01:43.350 align:start position:0% vendor the vender<00:01:39.920><c> will</c> 00:01:43.350 --> 00:01:43.360 align:start position:0% 00:01:43.360 --> 00:01:50.190 align:start position:0% sing<00:01:44.360><c> and</c><00:01:44.799><c> product</c> 00:01:50.190 --> 00:01:50.200 align:start position:0% 00:01:50.200 --> 00:01:54.870 align:start position:0% type<00:01:51.200><c> onway</c><00:01:52.280><c> serf</c> 00:01:54.870 --> 00:01:54.880 align:start position:0% type onway serf 00:01:54.880 --> 00:01:58.830 align:start position:0% type onway serf ws<00:01:55.880><c> and</c><00:01:56.360><c> tags</c><00:01:57.360><c> should</c> 00:01:58.830 --> 00:01:58.840 align:start position:0% ws and tags should 00:01:58.840 --> 00:02:01.709 align:start position:0% ws and tags should be 00:02:01.709 --> 00:02:01.719 align:start position:0% be 00:02:01.719 --> 00:02:03.350 align:start position:0% be Bridge 00:02:03.350 --> 00:02:03.360 align:start position:0% Bridge 00:02:03.360 --> 00:02:05.310 align:start position:0% Bridge black 00:02:05.310 --> 00:02:05.320 align:start position:0% black 00:02:05.320 --> 00:02:09.510 align:start position:0% black red<00:02:06.320><c> and</c><00:02:07.079><c> surf</c> 00:02:09.510 --> 00:02:09.520 align:start position:0% red and surf 00:02:09.520 --> 00:02:12.630 align:start position:0% red and surf board<00:02:10.520><c> and</c><00:02:10.720><c> then</c><00:02:10.920><c> we</c><00:02:11.080><c> need</c><00:02:11.280><c> to</c><00:02:12.000><c> add</c><00:02:12.319><c> some</c> 00:02:12.630 --> 00:02:12.640 align:start position:0% board and then we need to add some 00:02:12.640 --> 00:02:16.070 align:start position:0% board and then we need to add some images<00:02:13.400><c> in</c><00:02:14.000><c> images</c> 00:02:16.070 --> 00:02:16.080 align:start position:0% images in images 00:02:16.080 --> 00:02:19.390 align:start position:0% images in images array<00:02:17.080><c> I'm</c><00:02:17.280><c> going</c><00:02:17.560><c> to</c><00:02:17.840><c> copy</c><00:02:18.200><c> and</c><00:02:18.440><c> paste</c><00:02:18.800><c> some</c> 00:02:19.390 --> 00:02:19.400 align:start position:0% array I'm going to copy and paste some 00:02:19.400 --> 00:02:20.790 align:start position:0% array I'm going to copy and paste some mg 00:02:20.790 --> 00:02:20.800 align:start position:0% mg 00:02:20.800 --> 00:02:25.229 align:start position:0% mg sources<00:02:21.800><c> so</c><00:02:22.519><c> I</c><00:02:23.280><c> copy</c><00:02:23.640><c> and</c><00:02:23.920><c> paste</c><00:02:24.239><c> them</c><00:02:25.000><c> this</c> 00:02:25.229 --> 00:02:25.239 align:start position:0% sources so I copy and paste them this 00:02:25.239 --> 00:02:27.550 align:start position:0% sources so I copy and paste them this simple<00:02:25.720><c> object</c><00:02:26.319><c> and</c><00:02:26.519><c> we</c><00:02:26.640><c> need</c><00:02:26.840><c> to</c><00:02:27.040><c> define</c><00:02:27.400><c> the</c> 00:02:27.550 --> 00:02:27.560 align:start position:0% simple object and we need to define the 00:02:27.560 --> 00:02:30.430 align:start position:0% simple object and we need to define the source<00:02:28.000><c> of</c><00:02:28.200><c> the</c><00:02:28.440><c> Pro</c><00:02:28.840><c> source</c><00:02:29.280><c> of</c><00:02:29.519><c> the</c> 00:02:30.430 --> 00:02:30.440 align:start position:0% source of the Pro source of the 00:02:30.440 --> 00:02:33.390 align:start position:0% source of the Pro source of the image<00:02:31.440><c> and</c><00:02:31.879><c> once</c><00:02:32.160><c> you</c><00:02:32.360><c> do</c> 00:02:33.390 --> 00:02:33.400 align:start position:0% image and once you do 00:02:33.400 --> 00:02:35.030 align:start position:0% image and once you do that 00:02:35.030 --> 00:02:35.040 align:start position:0% that 00:02:35.040 --> 00:02:39.070 align:start position:0% that and<00:02:36.040><c> we</c><00:02:36.200><c> need</c><00:02:36.360><c> to</c><00:02:36.560><c> add</c><00:02:36.879><c> then</c><00:02:37.280><c> here</c><00:02:37.959><c> then</c><00:02:38.879><c> when</c> 00:02:39.070 --> 00:02:39.080 align:start position:0% and we need to add then here then when 00:02:39.080 --> 00:02:41.790 align:start position:0% and we need to add then here then when we<00:02:39.280><c> create</c><00:02:39.680><c> the</c><00:02:40.519><c> product</c><00:02:40.959><c> we</c><00:02:41.080><c> will</c><00:02:41.319><c> get</c><00:02:41.560><c> the</c> 00:02:41.790 --> 00:02:41.800 align:start position:0% we create the product we will get the 00:02:41.800 --> 00:02:44.270 align:start position:0% we create the product we will get the response 00:02:44.270 --> 00:02:44.280 align:start position:0% response 00:02:44.280 --> 00:02:49.110 align:start position:0% response product<00:02:45.280><c> and</c><00:02:45.519><c> we</c><00:02:45.680><c> need</c><00:02:46.000><c> to</c><00:02:46.879><c> send</c><00:02:47.440><c> that</c> 00:02:49.110 --> 00:02:49.120 align:start position:0% product and we need to send that 00:02:49.120 --> 00:02:51.149 align:start position:0% product and we need to send that response<00:02:50.120><c> to</c><00:02:50.319><c> the</c> 00:02:51.149 --> 00:02:51.159 align:start position:0% response to the 00:02:51.159 --> 00:02:56.470 align:start position:0% response to the browser<00:02:52.159><c> uh</c><00:02:52.920><c> well</c><00:02:53.360><c> do</c><00:02:54.599><c> send</c><00:02:55.599><c> and</c><00:02:55.840><c> we</c><00:02:56.000><c> are</c><00:02:56.239><c> going</c> 00:02:56.470 --> 00:02:56.480 align:start position:0% browser uh well do send and we are going 00:02:56.480 --> 00:03:00.869 align:start position:0% browser uh well do send and we are going to<00:02:56.760><c> pass</c><00:02:57.159><c> the</c><00:02:58.040><c> product</c><00:02:58.760><c> object</c> 00:03:00.869 --> 00:03:00.879 align:start position:0% to pass the product object 00:03:00.879 --> 00:03:02.750 align:start position:0% to pass the product object and<00:03:01.280><c> in</c><00:03:01.400><c> the</c><00:03:01.640><c> case</c><00:03:01.879><c> of</c> 00:03:02.750 --> 00:03:02.760 align:start position:0% and in the case of 00:03:02.760 --> 00:03:10.270 align:start position:0% and in the case of failure<00:03:03.760><c> we</c><00:03:03.879><c> will</c><00:03:04.200><c> catch</c><00:03:04.599><c> the</c> 00:03:10.270 --> 00:03:10.280 align:start position:0% 00:03:10.280 --> 00:03:12.949 align:start position:0% error<00:03:11.280><c> console.</c> 00:03:12.949 --> 00:03:12.959 align:start position:0% error console. 00:03:12.959 --> 00:03:15.670 align:start position:0% error console. log 00:03:15.670 --> 00:03:15.680 align:start position:0% log 00:03:15.680 --> 00:03:18.990 align:start position:0% log error 00:03:18.990 --> 00:03:19.000 align:start position:0% 00:03:19.000 --> 00:03:24.910 align:start position:0% so<00:03:20.000><c> let's</c><00:03:20.840><c> save</c><00:03:21.599><c> that</c><00:03:22.599><c> and</c><00:03:23.440><c> go</c><00:03:23.640><c> to</c><00:03:23.840><c> our</c> 00:03:24.910 --> 00:03:24.920 align:start position:0% so let's save that and go to our 00:03:24.920 --> 00:03:28.670 align:start position:0% so let's save that and go to our application<00:03:25.920><c> and</c><00:03:26.280><c> hit</c><00:03:26.560><c> the</c><00:03:26.760><c> route</c><00:03:27.280><c> slash</c> 00:03:28.670 --> 00:03:28.680 align:start position:0% application and hit the route slash 00:03:28.680 --> 00:03:34.429 align:start position:0% application and hit the route slash product<00:03:30.159><c> and</c><00:03:30.480><c> wait</c><00:03:30.799><c> for</c><00:03:31.120><c> some</c> 00:03:34.429 --> 00:03:34.439 align:start position:0% 00:03:34.439 --> 00:03:37.509 align:start position:0% time<00:03:35.439><c> and</c><00:03:35.720><c> as</c><00:03:35.879><c> you</c><00:03:36.080><c> can</c><00:03:36.239><c> see</c><00:03:36.519><c> we</c><00:03:36.720><c> got</c><00:03:36.920><c> the</c> 00:03:37.509 --> 00:03:37.519 align:start position:0% time and as you can see we got the 00:03:37.519 --> 00:03:41.789 align:start position:0% time and as you can see we got the response<00:03:38.519><c> title</c><00:03:39.480><c> surboard</c><00:03:40.360><c> test</c><00:03:40.760><c> product</c><00:03:41.120><c> is</c> 00:03:41.789 --> 00:03:41.799 align:start position:0% response title surboard test product is 00:03:41.799 --> 00:03:44.589 align:start position:0% response title surboard test product is created<00:03:42.799><c> and</c><00:03:43.040><c> we</c><00:03:43.200><c> get</c><00:03:43.439><c> the</c><00:03:43.640><c> response</c><00:03:44.120><c> now</c><00:03:44.400><c> go</c> 00:03:44.589 --> 00:03:44.599 align:start position:0% created and we get the response now go 00:03:44.599 --> 00:03:48.229 align:start position:0% created and we get the response now go back<00:03:44.760><c> to</c><00:03:44.920><c> the</c><00:03:45.360><c> Shopify</c><00:03:46.360><c> and</c><00:03:46.599><c> go</c><00:03:46.760><c> to</c><00:03:46.959><c> the</c> 00:03:48.229 --> 00:03:48.239 align:start position:0% back to the Shopify and go to the 00:03:48.239 --> 00:03:51.509 align:start position:0% back to the Shopify and go to the products<00:03:49.280><c> and</c><00:03:50.280><c> sort</c><00:03:50.799><c> the</c> 00:03:51.509 --> 00:03:51.519 align:start position:0% products and sort the 00:03:51.519 --> 00:03:53.149 align:start position:0% products and sort the products 00:03:53.149 --> 00:03:53.159 align:start position:0% products 00:03:53.159 --> 00:03:55.350 align:start position:0% products created<00:03:54.159><c> newest</c> 00:03:55.350 --> 00:03:55.360 align:start position:0% created newest 00:03:55.360 --> 00:03:58.710 align:start position:0% created newest first<00:03:56.360><c> and</c><00:03:56.680><c> here</c><00:03:56.879><c> you</c><00:03:57.000><c> can</c><00:03:57.200><c> see</c><00:03:57.439><c> a</c><00:03:58.000><c> surfboard</c> 00:03:58.710 --> 00:03:58.720 align:start position:0% first and here you can see a surfboard 00:03:58.720 --> 00:04:00.550 align:start position:0% first and here you can see a surfboard test<00:03:59.079><c> product</c> 00:04:00.550 --> 00:04:00.560 align:start position:0% test product 00:04:00.560 --> 00:04:03.350 align:start position:0% test product and<00:04:01.280><c> we</c><00:04:01.519><c> have</c><00:04:01.799><c> this</c><00:04:01.920><c> is</c><00:04:02.040><c> a</c><00:04:02.280><c> test</c><00:04:02.680><c> description</c> 00:04:03.350 --> 00:04:03.360 align:start position:0% and we have this is a test description 00:04:03.360 --> 00:04:07.630 align:start position:0% and we have this is a test description serbo<00:04:04.120><c> test</c><00:04:05.040><c> title</c><00:04:05.640><c> and</c><00:04:05.840><c> we</c><00:04:06.000><c> got</c><00:04:06.239><c> the</c><00:04:06.400><c> image</c><00:04:07.360><c> we</c> 00:04:07.630 --> 00:04:07.640 align:start position:0% serbo test title and we got the image we 00:04:07.640 --> 00:04:12.350 align:start position:0% serbo test title and we got the image we got<00:04:07.920><c> the</c><00:04:08.159><c> tags</c><00:04:08.680><c> as</c><00:04:09.159><c> well</c><00:04:10.480><c> and</c><00:04:11.480><c> vendor</c><00:04:12.079><c> and</c> 00:04:12.350 --> 00:04:12.360 align:start position:0% got the tags as well and vendor and 00:04:12.360 --> 00:04:16.030 align:start position:0% got the tags as well and vendor and product<00:04:12.840><c> type</c><00:04:13.840><c> so</c><00:04:14.120><c> let's</c><00:04:14.560><c> try</c><00:04:15.000><c> to</c><00:04:15.680><c> create</c> 00:04:16.030 --> 00:04:16.040 align:start position:0% product type so let's try to create 00:04:16.040 --> 00:04:19.710 align:start position:0% product type so let's try to create another<00:04:16.639><c> product</c><00:04:17.639><c> by</c><00:04:17.840><c> changing</c><00:04:18.400><c> some</c><00:04:18.680><c> of</c><00:04:18.880><c> the</c> 00:04:19.710 --> 00:04:19.720 align:start position:0% another product by changing some of the 00:04:19.720 --> 00:04:23.070 align:start position:0% another product by changing some of the information<00:04:20.720><c> and</c><00:04:20.919><c> let's</c><00:04:21.199><c> say</c><00:04:22.120><c> two</c> 00:04:23.070 --> 00:04:23.080 align:start position:0% information and let's say two 00:04:23.080 --> 00:04:25.590 align:start position:0% information and let's say two here<00:04:24.080><c> and</c><00:04:24.400><c> two</c> 00:04:25.590 --> 00:04:25.600 align:start position:0% here and two 00:04:25.600 --> 00:04:28.590 align:start position:0% here and two here<00:04:26.600><c> and</c> 00:04:28.590 --> 00:04:28.600 align:start position:0% here and 00:04:28.600 --> 00:04:31.070 align:start position:0% here and two 00:04:31.070 --> 00:04:31.080 align:start position:0% two 00:04:31.080 --> 00:04:34.670 align:start position:0% two two<00:04:32.080><c> and</c><00:04:32.320><c> let's</c><00:04:32.680><c> add</c><00:04:33.000><c> one</c><00:04:33.160><c> more</c> 00:04:34.670 --> 00:04:34.680 align:start position:0% two and let's add one more 00:04:34.680 --> 00:04:37.310 align:start position:0% two and let's add one more tag 00:04:37.310 --> 00:04:37.320 align:start position:0% tag 00:04:37.320 --> 00:04:42.310 align:start position:0% tag uh 00:04:42.310 --> 00:04:42.320 align:start position:0% 00:04:42.320 --> 00:04:46.469 align:start position:0% XL<00:04:43.320><c> this</c><00:04:43.440><c> is</c><00:04:43.639><c> just</c><00:04:43.840><c> for</c><00:04:44.039><c> testing</c><00:04:44.759><c> purpose</c><00:04:45.759><c> so</c> 00:04:46.469 --> 00:04:46.479 align:start position:0% XL this is just for testing purpose so 00:04:46.479 --> 00:04:50.110 align:start position:0% XL this is just for testing purpose so save<00:04:46.919><c> that</c><00:04:47.400><c> and</c><00:04:48.080><c> reload</c><00:04:48.560><c> the</c><00:04:48.800><c> page</c> 00:04:50.110 --> 00:04:50.120 align:start position:0% save that and reload the page 00:04:50.120 --> 00:04:54.189 align:start position:0% save that and reload the page again<00:04:51.120><c> this</c><00:04:51.280><c> one</c><00:04:52.039><c> reload</c><00:04:52.520><c> the</c><00:04:52.759><c> page</c><00:04:53.759><c> and</c><00:04:53.960><c> wait</c> 00:04:54.189 --> 00:04:54.199 align:start position:0% again this one reload the page and wait 00:04:54.199 --> 00:04:56.550 align:start position:0% again this one reload the page and wait for<00:04:54.440><c> the</c><00:04:54.639><c> response</c><00:04:55.440><c> and</c><00:04:55.600><c> now</c><00:04:55.800><c> you</c><00:04:55.919><c> can</c><00:04:56.120><c> see</c><00:04:56.360><c> we</c> 00:04:56.550 --> 00:04:56.560 align:start position:0% for the response and now you can see we 00:04:56.560 --> 00:04:59.550 align:start position:0% for the response and now you can see we got<00:04:56.880><c> the</c><00:04:57.560><c> response</c><00:04:58.199><c> and</c><00:04:58.440><c> Serb</c><00:04:59.080><c> test</c><00:04:59.320><c> product</c> 00:04:59.550 --> 00:04:59.560 align:start position:0% got the response and Serb test product 00:04:59.560 --> 00:05:02.590 align:start position:0% got the response and Serb test product product<00:04:59.800><c> two</c><00:05:00.720><c> and</c><00:05:01.039><c> if</c><00:05:01.199><c> you</c><00:05:01.400><c> go</c> 00:05:02.590 --> 00:05:02.600 align:start position:0% product two and if you go 00:05:02.600 --> 00:05:06.790 align:start position:0% product two and if you go here<00:05:03.600><c> and</c><00:05:04.120><c> Source</c><00:05:04.560><c> out</c><00:05:04.919><c> the</c><00:05:05.160><c> products</c> 00:05:06.790 --> 00:05:06.800 align:start position:0% here and Source out the products 00:05:06.800 --> 00:05:10.749 align:start position:0% here and Source out the products again<00:05:07.800><c> newest</c><00:05:08.400><c> first</c><00:05:09.400><c> and</c><00:05:09.560><c> you</c><00:05:09.680><c> will</c><00:05:09.840><c> see</c><00:05:10.039><c> Serb</c> 00:05:10.749 --> 00:05:10.759 align:start position:0% again newest first and you will see Serb 00:05:10.759 --> 00:05:13.390 align:start position:0% again newest first and you will see Serb test<00:05:11.039><c> Product</c><00:05:11.400><c> 2</c><00:05:12.240><c> is</c> 00:05:13.390 --> 00:05:13.400 align:start position:0% test Product 2 is 00:05:13.400 --> 00:05:16.870 align:start position:0% test Product 2 is here<00:05:14.400><c> and</c><00:05:15.400><c> you</c><00:05:15.600><c> can</c><00:05:15.759><c> see</c><00:05:15.960><c> the</c><00:05:16.160><c> description</c><00:05:16.759><c> you</c> 00:05:16.870 --> 00:05:16.880 align:start position:0% here and you can see the description you 00:05:16.880 --> 00:05:19.469 align:start position:0% here and you can see the description you can<00:05:17.039><c> see</c><00:05:17.320><c> the</c><00:05:17.440><c> images</c><00:05:18.400><c> and</c><00:05:18.560><c> the</c><00:05:18.720><c> new</c><00:05:18.960><c> tag</c><00:05:19.280><c> as</c> 00:05:19.469 --> 00:05:19.479 align:start position:0% can see the images and the new tag as 00:05:19.479 --> 00:05:23.270 align:start position:0% can see the images and the new tag as well<00:05:20.319><c> and</c><00:05:21.199><c> vendor</c><00:05:21.639><c> and</c><00:05:21.880><c> product</c><00:05:22.280><c> types</c><00:05:23.080><c> so</c> 00:05:23.270 --> 00:05:23.280 align:start position:0% well and vendor and product types so 00:05:23.280 --> 00:05:26.350 align:start position:0% well and vendor and product types so this<00:05:23.440><c> is</c><00:05:23.680><c> how</c><00:05:23.919><c> you</c><00:05:24.039><c> can</c><00:05:24.319><c> make</c><00:05:24.800><c> uh</c><00:05:25.440><c> uh</c><00:05:25.960><c> you</c><00:05:26.080><c> can</c> 00:05:26.350 --> 00:05:26.360 align:start position:0% this is how you can make uh uh you can 00:05:26.360 --> 00:05:28.950 align:start position:0% this is how you can make uh uh you can create<00:05:27.240><c> product</c><00:05:27.680><c> you</c><00:05:27.800><c> can</c><00:05:28.080><c> create</c><00:05:28.479><c> multiple</c> 00:05:28.950 --> 00:05:28.960 align:start position:0% create product you can create multiple 00:05:28.960 --> 00:05:32.510 align:start position:0% create product you can create multiple product<00:05:29.360><c> by</c><00:05:29.639><c> adding</c><00:05:29.880><c> the</c><00:05:30.039><c> loop</c><00:05:30.440><c> here</c><00:05:31.440><c> so</c><00:05:32.319><c> with</c> 00:05:32.510 --> 00:05:32.520 align:start position:0% product by adding the loop here so with 00:05:32.520 --> 00:05:35.029 align:start position:0% product by adding the loop here so with the<00:05:32.680><c> help</c><00:05:32.919><c> of</c><00:05:33.080><c> nodejs</c><00:05:34.039><c> application</c><00:05:34.639><c> you</c><00:05:34.759><c> can</c> 00:05:35.029 --> 00:05:35.039 align:start position:0% the help of nodejs application you can 00:05:35.039 --> 00:05:39.870 align:start position:0% the help of nodejs application you can add<00:05:35.919><c> as</c><00:05:36.080><c> many</c><00:05:36.639><c> products</c><00:05:37.240><c> as</c><00:05:37.440><c> you</c><00:05:38.080><c> needed</c><00:05:39.080><c> thank</c> 00:05:39.870 --> 00:05:39.880 align:start position:0% add as many products as you needed thank 00:05:39.880 --> 00:05:42.880 align:start position:0% add as many products as you needed thank you