Skip to main content
Log inSign up

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 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.

Was this section helpful?