--- title: PayoutSortKeys - GraphQL Admin description: The set of valid sort keys for the Payout query. api_version: 2025-10 api_name: admin type: enum api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/enums/payoutsortkeys md: https://shopify.dev/docs/api/admin-graphql/latest/enums/payoutsortkeys.md --- # Payout​Sort​Keys enum The set of valid sort keys for the Payout query. ## Valid values * ADJUSTMENT\_​GROSS Sort by the `adjustment_gross` value. * ADVANCE\_​GROSS Sort by the `advance_gross` value. * AMOUNT Sort by the `amount` value. * CHARGE\_​GROSS Sort by the `charge_gross` value. * DUTIES\_​GROSS Sort by the `duties_gross` value. * FEE\_​AMOUNT Sort by the `fee_amount` value. * ID Sort by the `id` value. * ISSUED\_​AT Sort by the `issued_at` value. * REFUND\_​GROSS Sort by the `refund_gross` value. * SHIPPING\_​LABEL\_​GROSS Sort by the `shipping_label_gross` value. * STATUS Sort by the `status` value. *** ## Fields * [Shopify​Payments​Account.payouts(sortKey)](https://shopify.dev/docs/api/admin-graphql/latest/objects/ShopifyPaymentsAccount#field-ShopifyPaymentsAccount.fields.payouts.arguments.sortKey) ARGUMENT Balance and payout information for a [Shopify Payments](https://help.shopify.com/manual/payments/shopify-payments/getting-paid-with-shopify-payments) account. Balance includes all balances for the currencies supported by the shop. You can also query for a list of payouts, where each payout includes the corresponding currencyCode field. * [Shopify​Payments​Bank​Account.payouts(sortKey)](https://shopify.dev/docs/api/admin-graphql/latest/objects/ShopifyPaymentsBankAccount#field-ShopifyPaymentsBankAccount.fields.payouts.arguments.sortKey) ARGUMENT A bank account that can receive payouts. *** ## Map ### Arguments with this enum * <-|[Shopify​Payments​Account.payouts(sortKey)](https://shopify.dev/docs/api/admin-graphql/latest/objects/ShopifyPaymentsAccount#field-ShopifyPaymentsAccount.fields.payouts.arguments.sortKey) * <-|[Shopify​Payments​Bank​Account.payouts(sortKey)](https://shopify.dev/docs/api/admin-graphql/latest/objects/ShopifyPaymentsBankAccount#field-ShopifyPaymentsBankAccount.fields.payouts.arguments.sortKey)