Additional options for the connection, such as the api version.

None of these arguments are required.

interface ShipGeniusOmsClientConstructorOptions {
    version?: `v${number}_${number}` | "latest";
}

Properties

Properties

version?: `v${number}_${number}` | "latest"

The version of the API to use.

"latest"