API Product Manager
Before being published, APIs are packaged into Products. Products allow related APIs to be bundled together for subscribers. In Lab 1, when the inventory microservice application was generated, it also created a default product. In this section, you will create a new product from scratch and stage it to your API Manager in Bluemix.

Create a New Product

  1. Click on the Products tab in your API Connect Toolkit.

  2. Click on the Add + button and select New Product.

  3. Title this product Think Inventory and click on the Create Product button.

  4. Navigate to the APIs section. Click on the + button to add APIs to this Product.

  5. Select the inventory 2.0.0 and oauth 1.0.0 APIs, then click the Apply button.

  6. Save the Product.

Stage the Product in your API Manager on IBM Bluemix

  1. Click on the Publish button and choose your Sandbox target.

  2. Select the option to Stage or Publish products.

    If the Publish application option is selected, un-check it.

  3. Select the options for Stage only and also Select specific products.

  4. Choose the think-inventory product, then click the Publish button.

Continue

Proceed to Replace the Old Product.