We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Using POST MAN API create catalog request.

Aditya02
Tera Guru

Submit Catalog request  by Using POST MAN API.

 

I am new to integrations, any one suggest References Step- step guide.

1 ACCEPTED SOLUTION

Anand Kumar P
Tera Patron

Hi @Aditya02 ,

Open Rest Api Explorer in servicenow and select namespace as sn_sc then select the Add Item to cart post method then add catalog item sys_id and in request body add variable's data as below mentioned payload , then send and then Use Submit order method to submit catalog item.

You can hit same endpoints from postman as well.

 

 

{'sysparm_quantity':1,'variables':{'carrier':'at_and_t_mobility','data_plan':'500MB','duration':'eighteen_months','color':'black','storage':'sixtyfour'}}

 

 

AnandKumarP_0-1710411580172.png

 

AnandKumarP_1-1710411781520.png



Mark it as helpful and solution proposed if it serves your purpose.
Thanks,
Anand

 

 

View solution in original post

4 REPLIES 4

Dr Atul G- LNG
Tera Patron

Hi @Aditya02 

 

https://developer.servicenow.com/dev.do#!/learn/learning-plans/utah/servicenow_application_developer...

 

https://docs.servicenow.com/bundle/washingtondc-api-reference/page/build/applications/concept/api-re...

 

*************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************

Not applicable

Anand Kumar P
Tera Patron

Hi @Aditya02 ,

Open Rest Api Explorer in servicenow and select namespace as sn_sc then select the Add Item to cart post method then add catalog item sys_id and in request body add variable's data as below mentioned payload , then send and then Use Submit order method to submit catalog item.

You can hit same endpoints from postman as well.

 

 

{'sysparm_quantity':1,'variables':{'carrier':'at_and_t_mobility','data_plan':'500MB','duration':'eighteen_months','color':'black','storage':'sixtyfour'}}

 

 

AnandKumarP_0-1710411580172.png

 

AnandKumarP_1-1710411781520.png



Mark it as helpful and solution proposed if it serves your purpose.
Thanks,
Anand

 

 

Sohail Khilji
Kilo Patron

Hi @Aditya02 ,

 

Refer this article : 

https://vexpose.blog/2023/10/12/servicenow-catalog-request-with-postman/


☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

LinkedIn - Lets Connect