API Developer
In this lab section, we will be adding a new API called logistics which will provide helper services around calculating shipping rates and locating nearby stores.

Rather than require you to build the entire API from scratch again, you will see how you can import and modify an existing OpenAPI definition.

Download the OpenAPI Definition

  1. An existing OpenAPI definition is available to download here:

    https://raw.githubusercontent.com/ibm-apiconnect/pot/master/docs/assets/lab5/logistics_1.0.0.yaml

  2. Save the logistics_1.0.0.yaml file to your ~/apis/accessories/ project folder.

Refresh the Designer

  1. Refresh your API Designer page to view the logistics 1.0.0 draft API.

Conclusion

Proceed to Create an Orchestration Assembly.