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

Harsh Vardhan
Giga Patron

you can use cart api  here. 

 

doc link for further details. 

 

https://docs.servicenow.com/bundle/newyork-application-development/page/script/server-scripting/refe...

I am unable to find any endpoint to create a new item in the cart API, can you point out where it is exactly in the doc?

got it. kindly have a look on below thread. i answered it there. 

 

https://community.servicenow.com/community?id=community_question&sys_id=038055a91b86c810a59033f2cd4b...

 

If my answer helped you, kindly mark it as correct and helpful.

I think I am having some understanding glitch. I am considering it in terms of e-commerce where first the admin creates some items and then the buyer adds it into the cart and then creates order. Though here I am only able to add an item directly and purchase it. Isn't it that I need to create an item first as a store admin before any buyer can purchase it? Does ServiceNow work in the same manner?