# Subscription Contract fields now fully available on the Customer API — Shopify developer changelog --- ## Subscription Contract fields now fully available on the Customer API As of the **2024-10** release of the GraphQL Customer API, you can now query the following fields for a [customer's](https://shopify.dev/docs/api/customer/2024-10/objects/Customer) subscription contracts using the `subscriptionContracts` or `subscriptionContract` fields: * linesCount * billingPolicy * deliveryPolicy * deliveryMethod * deliveryPrice * updatedAt * currencyCode We’ve also added support for the following connections: * lines * orders The `customer_read_own_subscription_contracts` permission is now required to query subscription contracts and the `customer_write_own_subscription_contracts` permission is now required for subscription contract mutations. Learn more about subscription contracts on the Customer API at [Shopify.dev](https://shopify.dev/docs/api/customer/2024-10/objects/SubscriptionContract). *Published: October 01, 2024* Tags: API, Update Link: https://shopify.dev/changelog/subscription-contract-fields-now-fully-available-on-the-customer-api ---