SellingPlanInput input object
Specifies the input fields to create or update a selling plan.
Input fields
- billingPolicy (
[SellingPlanBillingPolicyInput](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/sellingplanbillingpolicyinput))
Selling plan policy which describes the billing details. - deliveryPolicy (
[SellingPlanDeliveryPolicyInput](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/sellingplandeliverypolicyinput))
Selling plan policy which describes the delivery details. - description (
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
Buyer facing string which describes the selling plan commitment. - id (
[ID](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01))
ID of the selling plan. - name (
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
Buyer facing string which describes the selling plan content. - options (
[[String!]](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
The values of all options available on the selling plan. Selling plans are grouped together in Liquid when they are created by the same app, and have the sameselling_plan_group.nameandselling_plan_group.optionsvalues. - position (
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01))
Relative value for display purposes of this plan. A lower position will be displayed before a higher one. - pricingPolicies (
[[SellingPlanPricingPolicyInput!]](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/sellingplanpricingpolicyinput))
Pricing policies which describe the pricing details. Each selling plan can only contain a maximum of 2 pricing policies. 
