SubscriptionLine object

Represents a Subscription Line.

Required access

Requires either all_subscription_contracts or own_subscription_contracts scope.

On this page

Fields

  • currentPrice ([MoneyV2!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneyv2))
    The price per unit for the subscription line in the contract’s currency.
  • customAttributes ([[Attribute!]!](https://shopify.dev/docs/admin-api/graphql/reference/orders/attribute))
    List of custom attributes associated to the line item.
  • discountAllocations ([[SubscriptionDiscountAllocation!]!](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptiondiscountallocation))
    Discount allocations.
  • id ([ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01))
    The unique identifier.
  • lineDiscountedPrice ([MoneyV2!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneyv2))
    Total line price including all discounts.
  • pricingPolicy ([SubscriptionPricingPolicy](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptionpricingpolicy))
    Describe the price changes of the line over time.
  • productId ([ID](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01))
    The product id associated with the subscription line.
  • quantity ([Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01))
    The quantity of the unit selected for the subscription line.
  • requiresShipping ([Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01))
    Whether physical shipping is required for the variant.
  • sellingPlanId ([ID](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01))
    The selling plan ID associated to the line.
    Indicates which selling plan was used to create this contract line initially. The selling plan ID is also used to find the associated delivery profile.
    The subscription contract, subscription line, or selling plan might have changed. As a result, the selling plan’s attributes might not match the information on the contract.
  • sellingPlanName ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The selling plan name associated to the line. This name describes the order line items created from this subscription line for both merchants and customers.
    The value can be different from the selling plan’s name, because both the selling plan’s name and the subscription line’s selling_plan_name attribute can be updated independently.
  • sku ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    Variant SKU number of the item associated with the subscription line.
  • taxable ([Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01))
    Whether the variant is taxable.
  • title ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    Product title of the item associated with the subscription line.
  • variantId ([ID](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01))
    The product variant id associated with the subscription line.
  • variantImage ([Image](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/image))
    The image associated with the line item’s variant or product.
  • variantTitle ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    Product variant title of the item associated with the subscription line.

Types that return SubscriptionLine

  • [SubscriptionContract.lines](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptioncontract#lines-2021-01)
  • [SubscriptionDiscountEntitledLines.lines](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptiondiscountentitledlines#lines-2021-01)
  • [SubscriptionDraft.lines](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptiondraft#lines-2021-01)
  • [SubscriptionDraft.linesAdded](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptiondraft#linesadded-2021-01)
  • [SubscriptionDraft.linesRemoved](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptiondraft#linesremoved-2021-01)

An auto-generated type for paginating through multiple SubscriptionLines.

On this page

Fields

  • edges ([[SubscriptionLineEdge!]!](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptionline))
    A list of edges.
  • pageInfo ([PageInfo!](https://shopify.dev/docs/admin-api/graphql/reference/pageinfo))
    Information to aid in pagination.

An auto-generated type which holds one SubscriptionLine and a cursor during pagination.

On this page

Fields

  • cursor ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    A cursor for use in pagination.
  • node ([SubscriptionLine!](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptionline))
    The item at the end of SubscriptionLineEdge.

Types that return SubscriptionLineEdge

  • [SubscriptionLineConnection.edges](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptionline#edges-2021-01)