businessEntity - admin-graphql - QUERY
Version: unstable
Description:
Returns a Business Entity by ID.
Access Scopes
Arguments
-
id:
ID -
The ID of the Business Entity to return. Returns the primary Business Entity if not provided.
Returns
-
address:
BusinessEntityAddress!
The address of the merchant's Business Entity.
-
companyName:
String
The name of the company associated with the merchant's Business Entity.
-
displayName:
String!
The display name of the merchant's Business Entity.
-
id:
ID!
A globally-unique ID.
-
primary:
Boolean!
Whether it's the merchant's primary Business Entity.
-
shopifyPaymentsAccount:
ShopifyPaymentsAccount
Shopify Payments account information, including balances and payouts.
Examples