# DraftOrderAvailableDeliveryOptionsInput - admin - INPUT_OBJECT Version: unstable ## Description The input fields used to determine available delivery options for a draft order. ### Access Scopes ## Fields * [acceptAutomaticDiscounts](/docs/api/admin/unstable/scalars/Boolean): Boolean - Whether or not to accept automatic discounts on the draft order during calculation. If false, only discount codes and custom draft order discounts (see `appliedDiscount`) will be applied. If true, eligible automatic discounts will be applied in addition to discount codes and custom draft order discounts. * [appliedDiscount](/docs/api/admin/unstable/input-objects/DraftOrderAppliedDiscountInput): DraftOrderAppliedDiscountInput - The discount that will be applied to the draft order. A draft order line item can have one discount. A draft order can also have one order-level discount. * [discountCodes](/docs/api/admin/unstable/scalars/String): String - Discount codes that will be attempted to be applied to the draft order. If the draft isn't eligible for any given discount code it will be skipped during calculation. * [lineItems](/docs/api/admin/unstable/input-objects/DraftOrderLineItemInput): DraftOrderLineItemInput - Product variant line item or custom line item associated to the draft order. Each draft order must include at least one line item. * [marketRegionCountryCode](/docs/api/admin/unstable/enums/CountryCode): CountryCode - The selected country code that determines the pricing of the draft order. * [purchasingEntity](/docs/api/admin/unstable/input-objects/PurchasingEntityInput): PurchasingEntityInput - The purchasing entity for the draft order. * [shippingAddress](/docs/api/admin/unstable/input-objects/MailingAddressInput): MailingAddressInput - The mailing address to where the order will be shipped. ## Input objects with this input object * [QueryRoot](/docs/api/admin/unstable/arguments/QueryRoot) * [draftOrderAvailableDeliveryOptions](/docs/api/admin/unstable/queries/draftOrderAvailableDeliveryOptions) ## Examples