SubscriptionDiscountEntitledLines object

Represents the subscription lines the discount applies on.

Required access

read_own_subscription_contracts access scope.

On this page

Connections

  • lines ([SubscriptionLineConnection!](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptionline))
    The list of subscription lines associated with the subscription discount.
Argument Description
after
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Returns the elements that come after the specified cursor.
before
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Returns the elements that come before the specified cursor.
first
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Returns up to the first n elements from the list.
last
(
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)

)
Returns up to the last n elements from the list.
reverse
(
[Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)

)
Reverse the order of the underlying list.
Default value: false

Fields

  • all ([Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01))
    Specify whether the subscription discount will apply on all subscription lines.

Types that return SubscriptionDiscountEntitledLines

  • [SubscriptionManualDiscount.entitledLines](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptionmanualdiscount#entitledlines-2021-01)