--- title: >- Subscription Contract fields now fully available on the Customer API - 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-contract-fields-now-fully-available-on-the-customer-api md: >- https://shopify.dev/changelog/subscription-contract-fields-now-fully-available-on-the-customer-api.md metadata: effectiveApiVersion: 2024-10 affectedApi: - displayName: Customer Account API handle: customer-account-graphql primaryTag: displayName: API handle: api secondaryTag: displayName: Update handle: update indicatesActionRequired: false createdAt: '2024-08-12T15:52:27-04:00' postedAt: '2024-10-01T00:01:00-04:00' updatedAt: '2024-09-10T15:44:42-04:00' effectiveAt: '2024-10-01T00:01:00-04:00' --- October 1, 2024 Tags: * Customer Account API * 2024-10 # 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).