---
title: >-
  Consistent presence of null values on the order object - 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/consistent-presence-of-null-values-on-the-order-object
  md: >-
    https://shopify.dev/changelog/consistent-presence-of-null-values-on-the-order-object.md
metadata:
  effectiveApiVersion: 2023-04
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: false
  createdAt: '2023-03-14T12:46:01-04:00'
  postedAt: '2023-03-14T00:00:00-04:00'
  updatedAt: '2024-12-13T17:24:37-05:00'
  effectiveAt: '2023-03-14T00:00:00-04:00'
---

March 14, 2023

Tags:

* API
* 2023-04

# Consistent presence of null values on the order object

As of **2023-04**, we're no longer filtering out `null` values on certain fields of the `Order` object. Previously, some keys with `null` values would not be present on the REST API and webhook payloads.

This change removes unecessary and inconsistent handling of `null`.
