Skip to main content
Log inSign up
query

Returns a Subscription Draft resource by ID.

ID!required

The ID of the Subscription Draft to return.


Was this section helpful?

Represents a Subscription Draft.

billingCycle

The billing cycle that the subscription contract will be associated with.

billingPolicy
non-null

The billing policy for the subscription contract.

concatenatedBillingCycles
non-null

The billing cycles of the contracts that will be concatenated to the subscription contract.

currencyCode
non-null

The currency used for the subscription contract.

customAttributes
non-null

A list of the custom attributes to be added to the generated orders.

customer
non-null

The customer to whom the subscription contract belongs.

customerPaymentMethod

The customer payment method used for the subscription contract.

deliveryMethod

The delivery method for each billing of the subscription contract.

deliveryOptions

The available delivery options for a given delivery address. Returns null for pending requests.

deliveryPolicy
non-null

The delivery policy for the subscription contract.

deliveryPrice

The delivery price for each billing the subscription contract.

discounts
non-null

The list of subscription discounts which will be associated with the subscription contract.

discountsAdded
non-null

The list of subscription discounts to be added to the subscription contract.

discountsRemoved
non-null

The list of subscription discounts to be removed from the subscription contract.

discountsUpdated
non-null

The list of subscription discounts to be updated on the subscription contract.

id
non-null

A globally-unique ID.

lines
non-null

The list of subscription lines which will be associated with the subscription contract.

linesAdded
non-null

The list of subscription lines to be added to the subscription contract.

linesRemoved
non-null

The list of subscription lines to be removed from the subscription contract.

nextBillingDate

The next billing date for the subscription contract.

note

The note field that will be applied to the generated orders.

originalContract

The original subscription contract.

status

The current status of the subscription contract.

shippingOptions

Available Shipping Options for a given delivery address. Returns NULL for pending requests.


Was this section helpful?