SubscriptionLineUpdateInput input object
Specifies the input fields required to update a subscription line on a contract.
Input fields
- currentPrice (
[Decimal](https://shopify.dev/docs/admin-api/graphql/reference/scalar#decimal-2021-01)
)
The price of the product. - customAttributes (
[[AttributeInput!]](https://shopify.dev/docs/admin-api/graphql/reference/orders/attributeinput)
)
The custom attributes for this subscription line. - pricingPolicy (
[SubscriptionPricingPolicyInput](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptionpricingpolicyinput)
)
Describes expected price changes of the subscription line over time. - productVariantId (
[ID](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
)
The ID of the product variant the subscription line refers to. - quantity (
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
The quantity of the product. - sellingPlanId (
[ID](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
)
The selling plan for the subscription line. - sellingPlanName (
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
The selling plan name for the subscription line.