# productJoinSellingPlanGroups - admin-graphql - MUTATION Version: unstable ## Description Adds multiple selling plan groups to a product. ### 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-graphql/unstable/scalars/ID): ID! - The ID of the product. * [sellingPlanGroupIds](/docs/api/admin-graphql/unstable/scalars/ID): ID! - The IDs of the selling plan groups to add. ## Returns * [product](/docs/api/admin-graphql/unstable/objects/Product): Product The product object. * [userErrors](/docs/api/admin-graphql/unstable/objects/SellingPlanGroupUserError): SellingPlanGroupUserError! The list of errors that occurred from executing the mutation. ## Examples