API Reference
This endpoint returns a list of transaction fee types.
cURL
curl --request GET \ --url https://api.shipbob.com/experimental/transaction-fees \ --header 'Authorization: Bearer <token>'
{ "feesName": [ "Shipping" ] }
Authentication using Personal Access Token (PAT) token
Success
The response is of type object.
object
Was this page helpful?