--- title: New GraphQL API for Draft Order Delivery Options for Developers - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/new-graphql-api-for-draft-order-delivery-options-for-developers md: https://shopify.dev/changelog/new-graphql-api-for-draft-order-delivery-options-for-developers.md --- [Back to Developer changelog](https://shopify.dev/changelog) May 20, 2025 Tags: * Admin GraphQL API * 2025-07 # New GraphQL API for Draft Order Delivery Options for Developers This API enables you to efficiently retrieve all available delivery options for draft orders with a single request. It introduces a specialized endpoint that replaces the legacy `CalculatedDraftOrder` [field](https://shopify.dev/docs/api/admin-graphql/2025-07/objects/CalculatedDraftOrder#field-availableShippingRates) for available shipping rates. The new endpoint allows developers to fetch not only shipping rates but also options for local delivery and pickup, with support for pagination. This feature is now accessible to all apps with the [read\_draft\_orders access scope](https://shopify.dev/docs/api/usage/access-scope). This enhancement streamlines the process of obtaining comprehensive delivery options, improving the efficiency of order management.