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 Invoices
      • GETGet transactions by invoiceid
      • POSTSearch transactions
      • GETGet transaction fees
LogoLogo
API ReferenceBilling

Get transaction fees

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

Search transactions

Next

Get Inventory

Built with

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token

OR
AuthorizationBearer
OAuth2 authentication using JWT tokens

Response

Success
feeListlist of strings

Errors

401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error