Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionContractProductChangeInput
The input fields required to create a Subscription Contract.
Signature:
export interface SubscriptionContractProductChangeInput
Property | Modifiers | Type | Description |
---|---|---|---|
currentPrice? | InputMaybe<Scalars[‘Decimal’][‘input’]> | (Optional) The price of the product. | |
productVariantId? | InputMaybe<Scalars[‘ID’][‘input’]> | (Optional) The ID of the product variant the subscription line refers to. |