--- 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 metadata: effectiveApiVersion: 2025-10 affectedApi: - displayName: Admin GraphQL API handle: admin-graphql primaryTag: displayName: API handle: api secondaryTag: displayName: Update handle: update indicatesActionRequired: false createdAt: '2025-06-03T11:21:58-04:00' postedAt: '2025-08-01T12:00:00-04:00' updatedAt: '2025-06-30T15:53:31-04:00' effectiveAt: '2025-08-01T12:00:00-04:00' --- 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)).