This endpoint returns a list of transaction fees
cURL
curl --request GET \ --url https://sandbox-api.shipbob.com/Experimental/transaction-fees \ --header 'Authorization: Bearer <token>'
{ "feeList": [ "Shipping" ] }
Authentication using Personal Access Token (PAT) token
Success