--- title: draftOrderAvailableDeliveryOptions - GraphQL Admin description: Returns a list of available delivery options for a draft order. api_version: 2025-10 api_name: admin type: query api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/queries/draftorderavailabledeliveryoptions md: https://shopify.dev/docs/api/admin-graphql/latest/queries/draftorderavailabledeliveryoptions.md --- # draft​Order​Available​Delivery​Options query Requires `read_draft_orders` access scope. Returns a list of available delivery options for a draft order. ## Arguments * input [Draft​Order​Available​Delivery​Options​Input!](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/DraftOrderAvailableDeliveryOptionsInput) required The fields for the draft order. * local​Pickup​Count [Int](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int) The number of local pickup options required. * local​Pickup​From [Int](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int) The offset for the local pickup options. * search [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The search term for the delivery options. * session​Token [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) Unique token used to trace execution and help optimize the calculation. *** ## Possible returns * Draft​Order​Available​Delivery​Options [Draft​Order​Available​Delivery​Options!](https://shopify.dev/docs/api/admin-graphql/latest/objects/DraftOrderAvailableDeliveryOptions) The available delivery options for a draft order. *** ## Examples * ### draftOrderAvailableDeliveryOptions reference ## Query Reference ```graphql { draftOrderAvailableDeliveryOptions(input) { # draftOrderAvailableDeliveryOptions fields } } ```