--- 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 --- [Back to Developer changelog](https://shopify.dev/changelog) 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`