//Info: JSTN-1384
We have a scenario where we need to use the PAT token method for ShipBob authentication during the NetSuite – ShipBob integration.
ShipBob accounts can be linked in a variety of ways. This uses the PAT method and the OAuth flow.
You can do so by visiting: https://developer.shipbob.com/auth
In order to connect to ShipBob and retrieve data from ShipBob, we also need the channel Id. PAT token and associated URI should be added to the connection.

The channel id can be accessed through a Postman API call.
For Production- GET: https://api.shipbob.com/1.0/channel
For SandBox- GET: https://sandbox-api.shipbob.com/1.0/channel
(You need to add the PAT token in the Authorization section of Postman, Type: Bearer token)
//Note:
There are multiple channels available for a single account in ShipBob. The scopes defined for these channels are different and have restrictions. You can select the channel which has given ore permission.