Skip to main content
GET
/
2026-01
/
transaction-fees
Get Transaction Fees
curl --request GET \
  --url https://sandbox-api.shipbob.com/2026-01/transaction-fees \
  --header 'Authorization: Bearer <token>'
{
  "fee_list": [
    "Shipping"
  ]
}

Authorizations

Authorization
string
header
required

Authentication using Personal Access Token (PAT) token

Response

Success

Response model containing available transaction fee types.

fee_list
string[] | null

Available transaction fee types for billing operations.

Example:
["Shipping", "Warehousing Fee", "Return Fee"]