Is it possible to create catalog item via REST API?

Anant Garg1
Kilo Contributor

I am unable to see any end-point for catalog item creation in API doc. Is it possible to create a catalog item via API? If not, then how can we add items into the cart and submit an order? as for an order we first need to create item 

17 REPLIES 17

As per your code, you're directly referencing an item id. From where did you get this item id? I want to create an item first from API and then use the id of it in creating a cart.

Ganesh Pardhe
Kilo Guru

hi,

var itemId = "b5c3c1084f10330005ec00fe9310c7eb";    //myTestItem Catalog item

 I am referencing it to my test item in which i put the item id as you can see it.

Thank you.

regards,

Ganesh

I think we are on different tracks. I am asking about creating this catalog item from API, then have its Id in the result and then create an order for return id.