For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
DocumentationAPI Reference
DocumentationAPI Reference
  • API Reference
      • GETGet Transactions by Invoice ID
      • GETGet Transaction Fees
      • GETGet Invoices
      • POSTSearch Transactions
LogoLogo
API ReferenceBilling

Get Transaction Fees

||View as Markdown|
GET
https://sandbox-api.shipbob.com/2026-01/transaction-fees
GET
/2026-01/transaction-fees
$curl https://sandbox-api.shipbob.com/2026-01/transaction-fees \
> -H "Authorization: Bearer <token>"
1{
2 "fee_list": [
3 "Shipping"
4 ]
5}
This endpoint returns a list of transaction fees
Was this page helpful?
Previous

Get Transactions by Invoice ID

Next

Get Invoices

Built with

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token

OR
AuthorizationBearer
OAuth2 authentication using JWT tokens

Response

Success
fee_listlist of strings
Available transaction fee types for billing operations.

Errors

401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error