Home > @infiniteobjects/shopify-data-manager > AdminTypes > SellingPlanGroupRemoveProductVariantsPayload
Return type for sellingPlanGroupRemoveProductVariants
mutation.
Signature:
export interface SellingPlanGroupRemoveProductVariantsPayload
Property | Modifiers | Type | Description |
---|---|---|---|
removedProductVariantIds? | Maybe<Array<Scalars[‘ID’][‘output’]>> | (Optional) The removed product variant ids. | |
userErrors | Array<SellingPlanGroupUserError> | The list of errors that occurred from executing the mutation. |