# sellingPlanGroupAddProductVariants - admin - MUTATION
Version: unstable

## Description
Adds multiple product variants to a selling plan group.

### Access Scopes
`write_products` access scope as well as any of `write_own_subscription_contracts`, `write_purchase_options` access scopes. Also: The user must have `manage_orders_information` permissions.


## Arguments
* [id](/docs/api/admin/unstable/scalars/ID): ID! - The ID of the selling plan group.
* [productVariantIds](/docs/api/admin/unstable/scalars/ID): ID! - The IDs of the product variants to add.


## Returns
* [sellingPlanGroup](/docs/api/admin/unstable/objects/SellingPlanGroup): SellingPlanGroup The updated selling plan group.
* [userErrors](/docs/api/admin/unstable/objects/SellingPlanGroupUserError): SellingPlanGroupUserError! The list of errors that occurred from executing the mutation.


## Examples