GET
/
transaction-fees
Retrieves all available transaction fees from the system.
curl --request GET \
  --url https://api.shipbob.com/experimental/transaction-fees \
  --header 'Authorization: Bearer <token>'
{
  "feesName": [
    "Shipping"
  ]
}

Authorizations

Authorization
string
header
required

Authentication using Personal Access Token (PAT) token

Response

200
application/json

Success

The response is of type object.