Finish Design phase API Gateway

Last modified by Eva Torken on 2024/03/01 15:01

With this exercise, we start our journey into the eMagiz platform. This exercise will explain the business case used throughout all exercises linked to this Crash Course. In the following exercises, we will guide you step by step through the platform so you can learn how to use it.

Should you have any questions, please contact academy@emagiz.com.

1. Prerequisites

  • Have read the business case as the first exercise
  • Completed the previous microlearnings of this crash course

2. Exercise

Below the exercises for this part of the crash course.

2.1 Complete OMS Carrier integration

Please implement the GET operation for Carrier taking the following into account:

  • No path or query parameters are required for the back-end api
  • The endpoint to retrieve the Carriers: https://postal-ninja.p.rapidapi.com/v1/carriers
  • This endpoint is an REST/JSON based endpoint
  • Import both definitions to create the response definitions for the GET operation
  • Ensure the proper reponse mapping is created

2.2 Complete OMS Order integration

Please implement the POST operation for Order taking the following into account:

  • No path or query parameters are required for the back-end api
  • This endpoint is an REST/JSON based endpoint
  • This is a passthrough e.g. no mapping is necessary

2.3 Set up security API GW

Please assign API Key as the default authentication method of the API GW

2.4 Design Architecture and Settings

Have a look at the Design Architecture and the Design Settings. When they are complete, apply those to your model. 

3. Solution