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