//Info: JSTN-1308
This common part of an API’s URL is used across all of the HTTP endpoints you invoke. A base URI makes it easier to configure exports and imports.
In Celigo, we can define the Base URI in the connection itself and can add a version to it. The Base URI is further called in the flows to GET Product/ Order details respectively.
While integrating NetSuite with ShipBob, we encountered a scenario where we use dual versions in a single account. ie, version 1.0 in product flows and 2.0 in WRO flow. In this case, we cannot predefine the version in the connection.
So to overcome this, Just exclude the Version in the main connection and add the respective version with URI in the Export or Import section.


