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