Company - customer - OBJECT
Version: 2025-01
Description:
Represents a company's information.
Access Scopes
Fields
externalId
: String - A unique externally-supplied ID for the company.
id
: ID! - A globally-unique ID.
metafield
: Metafield - A metafield found by namespace and key.
metafields
: Metafield! - The metafields associated with the resource matching the supplied list of namespaces and keys.
name
: String! - The name of the company.
Connections
draftOrders
: DraftOrderConnection!
locations
: CompanyLocationConnection!
orders
: OrderConnection!
Related queries
company
The information of the customer's company. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data).
Related mutations
Related Unions
Examples