SubscriptionDraftInput input object
Specifies the input fields required to create a Subscription Draft.
Input fields
- billingPolicy (
[SubscriptionBillingPolicyInput](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptionbillingpolicyinput))
The billing policy for the subscription contract. - deliveryMethod (
[SubscriptionDeliveryMethodInput](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptiondeliverymethodinput))
The delivery method for the subscription contract. - deliveryPolicy (
[SubscriptionDeliveryPolicyInput](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptiondeliverypolicyinput))
The delivery policy for the subscription contract. - deliveryPrice (
[Decimal](https://shopify.dev/docs/admin-api/graphql/reference/scalar#decimal-2021-01))
The shipping price for each renewal the subscription contract. - nextBillingDate (
[DateTime](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01))
The next billing date for the subscription contract. - paymentMethodId (
[ID](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01))
The ID of the payment method to be used for the subscription contract. - status (
[SubscriptionContractSubscriptionStatus](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptioncontractsubscriptionstatus))
The current status of the subscription contract.
