Home > @infiniteobjects/shopify-data-manager > AdminTypes > SellingPlanGroupUpdatePayload
Return type for sellingPlanGroupUpdate mutation.
Signature:
export interface SellingPlanGroupUpdatePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| deletedSellingPlanIds? | Maybe<Array<Scalars[‘ID’][‘output’]>> | (Optional) The IDs of the deleted Subscription Plans. | |
| sellingPlanGroup? | Maybe<SellingPlanGroup> | (Optional) The updated Selling Plan Group. | |
| userErrors | Array<SellingPlanGroupUserError> | The list of errors that occurred from executing the mutation. |