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 11:00 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2019 11:17 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2019 03:32 AM
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.