# SellingPlanInput - admin - INPUT_OBJECT
Version: 2025-01

## Description
The input fields to create or update a selling plan.

### Access Scopes



## Fields
* [billingPolicy](/docs/api/admin/2025-01/input-objects/SellingPlanBillingPolicyInput): SellingPlanBillingPolicyInput - Selling plan policy which describes the billing details.
* [category](/docs/api/admin/2025-01/enums/SellingPlanCategory): SellingPlanCategory - The category used to classify this selling plan for reporting purposes.
* [deliveryPolicy](/docs/api/admin/2025-01/input-objects/SellingPlanDeliveryPolicyInput): SellingPlanDeliveryPolicyInput - A selling plan policy which describes the delivery details.
* [description](/docs/api/admin/2025-01/scalars/String): String - Buyer facing string which describes the selling plan commitment.
* [id](/docs/api/admin/2025-01/scalars/ID): ID - ID of the selling plan.
* [inventoryPolicy](/docs/api/admin/2025-01/input-objects/SellingPlanInventoryPolicyInput): SellingPlanInventoryPolicyInput - A selling plan policy which describes the inventory details.
* [metafields](/docs/api/admin/2025-01/input-objects/MetafieldInput): MetafieldInput - Additional customizable information to associate with the SellingPlan.
* [name](/docs/api/admin/2025-01/scalars/String): String - Buyer facing string which describes the selling plan content.
* [options](/docs/api/admin/2025-01/scalars/String): String - The values of all options available on the selling plan. 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/2025-01/scalars/Int): Int - Relative value for display purposes of this plan. A lower position will be displayed before a higher one.
* [pricingPolicies](/docs/api/admin/2025-01/input-objects/SellingPlanPricingPolicyInput): SellingPlanPricingPolicyInput - The pricing policies which describe the pricing details. Each selling plan
can only contain a maximum of 2 pricing policies.


## Input objects with this input object
* [SellingPlanGroupInput](/docs/api/admin/2025-01/input-objects/SellingPlanGroupInput)
* [SellingPlanGroupInput](/docs/api/admin/2025-01/input-objects/SellingPlanGroupInput)


## Examples