--- title: Orders query now supports current_total_price and total_weight filters and CURRENT_TOTAL_PRICE as a sortKey - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/orders-query-now-supports-currenttotalprice-and-totalweight-filters-and-currenttotalprice-as-a-sortkey md: https://shopify.dev/changelog/orders-query-now-supports-currenttotalprice-and-totalweight-filters-and-currenttotalprice-as-a-sortkey.md --- [Back to Developer changelog](https://shopify.dev/changelog) August 1, 2025 Tags: * Admin GraphQL API * 2025-10 # Orders query now supports `current_total_price` and `total_weight` filters and `CURRENT_TOTAL_PRICE` as a `sortKey` The [orders](https://shopify.dev/docs/api/admin-graphql/unstable/queries/orders) `query` argument now supports the `current_total_price` ([documentation](https://shopify.dev/docs/api/admin-graphql/unstable/queries/orders#argument-query-filter-current_total_price)) and `total_weight` ([documentation](https://shopify.dev/docs/api/admin-graphql/unstable/queries/orders#argument-query-filter-total_weight)) filters. Additionally, we've introduced the ability to use `sortKey` with `CURRENT_TOTAL_PRICE` ([documentation](https://shopify.dev/docs/api/admin-graphql/unstable/queries/orders#arguments-sortKey.enums.CURRENT_TOTAL_PRICE)).