sellingPlanGroupAddProducts - admin-graphql - MUTATION
Version: 2024-10
Description:
Adds multiple products 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
: ID! - The ID of the selling plan group.
productIds
: ID! - The IDs of the products to add.
Returns
sellingPlanGroup
: SellingPlanGroup The updated selling plan group.
userErrors
: SellingPlanGroupUserError! The list of errors that occurred from executing the mutation.
Examples