sellingPlanGroupUpdate - admin-graphql - MUTATION
Version: 2024-01
Description:
Update 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 Selling Plan Group to update.
input
: SellingPlanGroupInput! - The properties of the Selling Plan Group to update.
Returns
deletedSellingPlanIds
: ID The IDs of the deleted Subscription Plans.
sellingPlanGroup
: SellingPlanGroup The updated Selling Plan Group.
userErrors
: SellingPlanGroupUserError! The list of errors that occurred from executing the mutation.
Examples