TransactionFee object

Transaction fee related to an order transaction.

Required access

read_orders access scope.

On this page

Fields

  • amount ([MoneyV2!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneyv2))
    Amount of the fee.
  • flatFee ([MoneyV2!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneyv2))
    Flat rate charge for a transaction.
  • flatFeeName ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    Name of the credit card flat fee.
  • id ([ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01))
    Globally unique identifier.
  • rate ([Decimal!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#decimal-2021-01))
    Percentage charge.
  • rateName ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    Name of the credit card rate.
  • taxAmount ([MoneyV2!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneyv2))
    Tax amount charged on the fee.
  • type ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    Name of the type of fee.

Types that return TransactionFee

  • [OrderTransaction.fees](https://shopify.dev/docs/admin-api/graphql/reference/orders/ordertransaction#fees-2021-01)

Implements

  • [Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)