Anchor to businessEntitybusiness
businessEntity
query
Returns a Business Entity by ID.
Anchor to Arguments
Arguments
- •
The ID of the Business Entity to return. Returns the primary Business Entity if not provided.
Was this section helpful?
Anchor to Possible returnsPossible returns
- Anchor to BusinessEntityBusiness•
Entity Represents a merchant's Business Entity.
- address•Businessnon-null
Entity Address! The address of the merchant's Business Entity.
- company
Name •String The name of the company associated with the merchant's Business Entity.
- display
Name •String!non-null The display name of the merchant's Business Entity.
- id•ID!non-null
A globally-unique ID.
- primary•Boolean!non-null
Whether it's the merchant's primary Business Entity.
- shopify
Payments •Account ShopifyPayments Account Shopify Payments account information, including balances and payouts.
- address•
Was this section helpful?
Query Reference
{
businessEntity {
# businessEntity fields
}
}