Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionContractProductChangePayload
Return type for subscriptionContractProductChange mutation.
Signature:
export interface SubscriptionContractProductChangePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| contract? | Maybe<SubscriptionContract> | (Optional) The new Subscription Contract object. | |
| lineUpdated? | Maybe<SubscriptionLine> | (Optional) The updated Subscription Line. | |
| userErrors | Array<SubscriptionDraftUserError> | The list of errors that occurred from executing the mutation. |