Fee Details
Requires access scope.
A fee charged to the shop.
Anchor to FieldsFields
- amount (MoneyV2!)
- createdAt (DateTime!)
- feeName (String!)
- flatRate (MoneyV2!)
- id (ID!)
- metadata (FeeDetailsMetadata)
- orderTransaction (OrderTransaction)
- processedAt (DateTime)
- settlementAmount (MoneyV2!)
- settlementCurrencyRate (Decimal!)
- taxAmount (MoneyV2!)
- variableRate (Decimal!)
- Anchor to amountamount•Money
V2! non-null The amount of the fee, in the currency it was charged in.
- Anchor to createdAtcreated•Date
At Time! non-null The date and time when the fee was created.
- Anchor to feeNamefee•String!
Name non-null Name of the fee.
- Anchor to flatRateflat•Money
Rate V2! non-null The fixed amount charged as part of the fee.
- •ID!non-null
A globally-unique ID.
- Anchor to metadatametadata•Fee
Details Metadata Additional metadata associated with the fee.
- Anchor to orderTransactionorder•Order
Transaction Transaction The transaction this fee was charged on.
- Anchor to processedAtprocessed•Date
At Time 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.
- Anchor to settlementAmountsettlement•Money
Amount V2! non-null The amount of the fee in the settlement currency, which is the currency of the shop's billing organization.
- Anchor to settlementCurrencyRatesettlement•Decimal!
Currency Rate non-null Exchange rate used to convert the fee amount from the originating transaction currency into the settlement currency.
- Anchor to taxAmounttax•Money
Amount V2! non-null The tax amount charged on the fee.
- Anchor to variableRatevariable•Decimal!
Rate non-null The rate used to calculate the variable part of the fee.
Anchor to QueriesQueries
- feeDetails (FeeDetailsConnection!)
- •query
The fees charged to the shop.
- Anchor to afterafter•String
The elements that come after the specified cursor.
- Anchor to beforebefore•String
The elements that come before the specified cursor.
- Anchor to firstfirst•Int
The first
nelements from the paginated list.- Anchor to lastlast•Int
The last
nelements from the paginated list.- Anchor to queryquery•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 reversereverse•BooleanDefault:false
Reverse the order of the underlying list.
- Anchor to sortKeysort•Fee
Key Details Sort Keys 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.
Arguments