# SellingPlanGroupInput - admin-graphql - INPUT_OBJECT Version: 2024-04 ## Description The input fields required to create or update a selling plan group. ### Access Scopes ## Fields * [appId](/docs/api/admin-graphql/2024-04/scalars/String): String - ID for app, exposed in Liquid and product JSON. * [description](/docs/api/admin-graphql/2024-04/scalars/String): String - Merchant facing description of the selling plan group. * [merchantCode](/docs/api/admin-graphql/2024-04/scalars/String): String - Merchant facing label of the selling plan group. * [name](/docs/api/admin-graphql/2024-04/scalars/String): String - Buyer facing label of the selling plan group. * [options](/docs/api/admin-graphql/2024-04/scalars/String): String - The values of all options available on the selling plan group. Selling plans are grouped together in Liquid when they're created by the same app, and have the same `selling_plan_group.name` and `selling_plan_group.options` values. * [position](/docs/api/admin-graphql/2024-04/scalars/Int): Int - Relative value for display purposes of the selling plan group. A lower position will be displayed before a higher one. * [sellingPlansToCreate](/docs/api/admin-graphql/2024-04/input-objects/SellingPlanInput): SellingPlanInput - List of selling plans to create. * [sellingPlansToDelete](/docs/api/admin-graphql/2024-04/scalars/ID): ID - List of selling plans ids to delete. * [sellingPlansToUpdate](/docs/api/admin-graphql/2024-04/input-objects/SellingPlanInput): SellingPlanInput - List of selling plans to update. ## Input objects with this input object * [sellingPlanGroupCreate](/docs/api/admin-graphql/2024-04/mutations/sellingPlanGroupCreate) * [sellingPlanGroupUpdate](/docs/api/admin-graphql/2024-04/mutations/sellingPlanGroupUpdate) ## Examples