--- title: Set custom prices in draft orders - 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/set-custom-prices-in-draft-orders md: https://shopify.dev/changelog/set-custom-prices-in-draft-orders.md --- [Back to Developer changelog](https://shopify.dev/changelog) December 11, 2024 Tags: * Admin GraphQL API * 2025-01 # Set custom prices in draft orders As of 2025-01, item prices on a draft order will automatically reflect the most current product price at checkout. Additionally, you can now set custom prices on draft order line items. When set, the prices will be locked and used as the basis for all further calculations, including taxes, discounts, order totals, etc. You can set the custom price on a line item using **draftOrderCreate**, **draftOrderUpdate**, and **draftOrderCalculate** by specifying **[lineItem.priceOverride](https://shopify.dev/docs/api/admin-graphql/2025-01/input-objects/DraftOrderLineItemInput#field-priceoverride)** in the GraphQL Admin API.