stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionLineUpdateInput

AdminTypes.SubscriptionLineUpdateInput interface

The input fields required to update a subscription line on a contract.

Signature:

export interface SubscriptionLineUpdateInput 

Properties

Property Modifiers Type Description
currentPrice?   InputMaybe<Scalars[‘Decimal’][‘input’]> (Optional) The price of the product.
customAttributes?   InputMaybe<Array<AttributeInput>> (Optional) The custom attributes for this subscription line.
pricingPolicy?   InputMaybe<SubscriptionPricingPolicyInput> (Optional) Describes expected price changes of the subscription line over time.
productVariantId?   InputMaybe<Scalars[‘ID’][‘input’]> (Optional) The ID of the product variant the subscription line refers to.
quantity?   InputMaybe<Scalars[‘Int’][‘input’]> (Optional) The quantity of the product.
sellingPlanId?   InputMaybe<Scalars[‘ID’][‘input’]> (Optional) The selling plan for the subscription line.
sellingPlanName?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) The selling plan name for the subscription line.