AppSubscriptionLineItem object
Attaches a plan to an app subscription.
On this page
Connections
usageRecords ([AppUsageRecordConnection!](https://shopify.dev/docs/admin-api/graphql/reference/billing/appusagerecord)
)
Lists the store’s usage for a usage pricing plan.
Fields
- id (
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
)
Globally unique identifier. - plan (
[AppPlanV2!](https://shopify.dev/docs/admin-api/graphql/reference/billing/appplanv2)
)
Defines the pricing model for the app subscription.
Types that return AppSubscriptionLineItem
[AppSubscription.lineItems](https://shopify.dev/docs/admin-api/graphql/reference/billing/appsubscription#lineitems-2021-01)
[AppUsageRecord.subscriptionLineItem](https://shopify.dev/docs/admin-api/graphql/reference/billing/appusagerecord#subscriptionlineitem-2021-01)
Mutations for AppSubscriptionLineItem
- appSubscriptionLineItemUpdate
Updates the app plan’s pricing details attached to an app subscription.