Is it possible to create catalog item via REST API?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2019 06:42 AM
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
- Labels:
-
Integrations
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2019 06:43 AM
you can use cart api here.
doc link for further details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2019 09:26 PM
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?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2019 09:45 PM
got it. kindly have a look on below thread. i answered it there.
If my answer helped you, kindly mark it as correct and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2019 10:52 PM
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?