--- title: SellingPlanGroupInput - GraphQL Admin description: The input fields required to create or update a selling plan group. api_version: 2024-10 api_name: admin type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/SellingPlanGroupInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/SellingPlanGroupInput.txt --- # Selling​Plan​Group​Input input\_object The input fields required to create or update a selling plan group. ## Fields * app​Id [String](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) ID for app, exposed in Liquid and product JSON. * description [String](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) Merchant facing description of the selling plan group. * merchant​Code [String](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) Merchant facing label of the selling plan group. * name [String](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) Buyer facing label of the selling plan group. * options [\[String!\]](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/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 [Int](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/Int) Relative value for display purposes of the selling plan group. A lower position will be displayed before a higher one. * selling​Plans​To​Create [\[Selling​Plan​Input!\]](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/SellingPlanInput) List of selling plans to create. * selling​Plans​To​Delete [\[ID!\]](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/ID) List of selling plans ids to delete. * selling​Plans​To​Update [\[Selling​Plan​Input!\]](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/SellingPlanInput) List of selling plans to update. *** ## Mutations using this input * [selling​Plan​Group​Create.​input](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/sellingPlanGroupCreate#argument-input) MUTATION * [selling​Plan​Group​Update.​input](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/sellingPlanGroupUpdate#argument-input) MUTATION *** ## Map ### Mutations using this input * <\~>[selling​Plan​Group​Create.input](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/sellingPlanGroupCreate#argument-input) * <\~>[selling​Plan​Group​Update.input](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/sellingPlanGroupUpdate#argument-input)