Skip to main content
object

Requires read_billing access scope.

A fee charged to the shop.

•MoneyV2!
non-null

The amount of the fee, in the currency it was charged in.

•DateTime!
non-null

The date and time when the fee was created.

•String!
non-null

Name of the fee.

•MoneyV2!
non-null

The fixed amount charged as part of the fee.

•ID!
non-null

A globally-unique ID.

•FeeDetailsMetadata

Additional metadata associated with the fee.

•OrderTransaction

The transaction this fee was charged on.

•DateTime

The date and time when the fee was processed. This date and time might not match the date and time when the fee was created.

•MoneyV2!
non-null

The amount of the fee in the settlement currency, which is the currency of the shop's billing organization.

Anchor to settlementCurrencyRatesettlementCurrencyRate
•Decimal!
non-null

Exchange rate used to convert the fee amount from the originating transaction currency into the settlement currency.

•MoneyV2!
non-null

The tax amount charged on the fee.

•Decimal!
non-null

The rate used to calculate the variable part of the fee.


Was this section helpful?

•query

The fees charged to the shop.

Arguments

•String

The elements that come after the specified cursor.

•String

The elements that come before the specified cursor.

•Int

The first n elements from the paginated list.

•Int

The last n elements from the paginated list.

•String

A filter made up of terms, connectives, modifiers, and comparators. You can apply one or more filters to a query. Learn more about Shopify API search syntax.

Anchor to created_at
•time

Filter by the date and time when the fee was created.

Example:

  • created_at:>='2026-01-01T00:00:00Z'
•id

Filter by id range.

Example:

  • id:1234
  • id:>=1234
  • id:<=1234
•Boolean
Default:false

Reverse the order of the underlying list.

•FeeDetailsSortKeys
Default:CREATED_AT

Sort the underlying list using a key. If your query is slow or returns an error, then try specifying a sort key that matches the field used in the search.



Was this section helpful?

•interface

Was this section helpful?