--- title: New creation, update, and status filters for subscriptionContracts - 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/subscription-contracts-filters md: https://shopify.dev/changelog/subscription-contracts-filters.md --- [Back to Developer changelog](https://shopify.dev/changelog) January 25, 2025 Tags: * Admin GraphQL API * Customer Account API * 2025-04 # 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.