Finish Create phase API Gateway

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

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 create phase for OMS Carrier

Please ensure the following is achieved in this exercise

  • Integrations are added to Create
  • Final versions are pushed to Deploy
  • Exit gate holds HTTP Outbound gateway that connects to the endpoint of OMS Carriers
  • Necessary headers that need to be send to the end-point
    • x-rapidapi-host (postal-ninja.p.rapidapi.com)
    • x-rapidapi-key (f0bf0f2c3fmsh6eb7a42431a5513p163575jsne4f31a8e1133)
    • User-Agent ((Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36))
  • Ensure to use this URL expression
'${gateway.exit.carrier}/carriers'

2.2 Complete create phase for OMS Order

  • Integrations are added to Create
  • Final versions are pushed to Deploy
  • Exit gate holds HTTP Outbound gateway that connects to the endpoint of OMS Order. Outbound URL to use: http://localhost:9090

3. Solution