---
title: >-
  New Storefront API fields on the Order and OrderLineItem objects - 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-storefront-api-fields-on-the-order-and-orderlineitem-objects
  md: >-
    https://shopify.dev/changelog/new-storefront-api-fields-on-the-order-and-orderlineitem-objects.md
metadata:
  effectiveApiVersion: ''
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2020-03-03T14:31:28-05:00'
  postedAt: '2020-03-03T14:30:00-05:00'
  updatedAt: '2024-02-02T10:04:56-05:00'
  effectiveAt: '2020-03-03T14:30:00-05:00'
---

March 3, 2020

Tags:

* API

# New Storefront API fields on the Order and OrderLineItem objects

We’ve added the following Storefront API fields to the [Order](https://shopify.dev/docs/storefront-api/reference/object/order) and [OrderLineItem](https://shopify.dev/docs/storefront-api/reference/object/orderlineitem) objects. These new fields can be used to gain additional visibility into an order's state after an edit.

* `Order.fulfillment_status`
* `Order.cancelled_at`
* `Order.financial_status`
* `Order.cancel_reason`
* `LineItem.current_quantity`
* `LineItem.original_total_price`
* `LineItem.discounted_total_price`
* `Order.original_total_price`
* `Order.current_total_price`
* `Order.edited`
* `Order.current_subtotal_price`
* `Order.current_total_tax`
