How to create a product page in developer portal

How to create a product page in developer portal and provide me steps to create the product using management API

0 2 446
2 REPLIES 2

Hi @surendra babu kapuluru

To create a product make a call to https://docs.apigee.com/management/apis/post/organizations/%7Borg_name%7D/apiproducts

To get a list of products, make a call to https://docs.apigee.com/management/apis/get/organizations/%7Borg_name%7D/apiproducts-0

The Drupal-based Dev Portal does not do these natively, so you'll have to write a custom module to make the calls and display the output.

@Anil Sagar

Could you please provide me steps to create the product page like below example.

Detialed steps for creating the product page

https://community.apigee.com/articles/43848/apigee-developer-portal-drupal-how-to-improve-user-1.htm...