---
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'
metadata:
  effectiveApiVersion: 2025-01
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2024-12-09T14:23:15-05:00'
  postedAt: '2024-12-11T07:30:00-05:00'
  updatedAt: '2024-12-10T16:17:27-05:00'
  effectiveAt: '2024-12-11T07:30:00-05:00'
---

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.
