# New creation, update, and status filters for subscriptionContracts — Shopify developer changelog --- ## New creation, update, and status filters for subscriptionContracts As of API version 2025-04, you can now sort the subscriptionContracts query results by `created_at`, `updated_at`, and `status` filters in both the admin and customer account APIs. The ability to sort subscription contracts simplifies tracking and prioritizing by allowing you to quickly organize and view information based on when they were created, updated, or their current status. For more information, please refer to our documentation: - Learn how to [implement sorting](https://shopify.dev/docs/api/admin-graphql/2025-04/queries/subscriptionContracts#argument-query) in the admin API. - Explore [sorting filters](https://shopify.dev/docs/api/customer/2025-04/objects/Customer#connection-subscriptioncontracts) in the customer account API. *Published: January 25, 2025* Tags: API, New Link: https://shopify.dev/changelog/subscription-contracts-filters ---