# Exposing Business Entity fields on Admin API — Shopify developer changelog
---
## Exposing Business Entity fields on Admin API

<!-- **IMPORTANT:** Posts won't go live, including at the scheduled date, unless they're reviewed and approved. Due to reduced resources, the dev docs team doesn't have the capacity to review changelog posts at this time. We recommend getting a member of the product team behind the change to do the review. 

Write a summary of the change. Check out the Developer changelog guidelines in the Vault: https://vault.shopify.io/pages/3468-Developer-changelog-posts. You can use markdown or the toolbar inserts to format text.

Here are some suggested formats for writing 2-3 sentences with an overview of the change and how it benefits or affects developers:

As of { API and version }, you can use the {object or resource} to {do something new}.
or
As of { API and version }, we're deprecating { description }. Use the { object or resource } instead.
or
You can now use { thing } to { do something new }.
or
We've added { thing } so that you can { do something }.

Describe any benefits { thing } has, or any action developers need to take and when they need to take it.
 
You can include links inline in the text, and add another link at the end in this format:

Learn more about { thing } on [Shopify.dev](URL).
-->

As of GraphQL Admin API version **2024-10**, Business Entity attributes will be available for use as a GraphQL object and across relevant types.

You will now be able to query for properties related to the Business Entities that are enabled on your shop and request for these fields on objects that can be associated to a Business Entity.

Business Entity identifiers will also be available on the Order REST Admin API version **2024-10** as well as on webhook payloads.

*Published: October 01, 2024*
Tags: API, New
Link: https://shopify.dev/changelog/exposing-business-entity-fields-on-admin-api

---