Skip to main content

CompanySummary

Summary of whether a company has data for each entity type

type CompanySummary {
hasAttributes: Boolean!
hasAutomations: Boolean!
hasCustomers: Boolean!
hasIntegrations: Boolean!
hasInventory: Boolean!
hasOrders: Boolean!
hasProducts: Boolean!
hasPurchaseOrders: Boolean!
hasSalesChannels: Boolean!
hasSupplyOrders: Boolean!
hasSupplyShipments: Boolean!
hasSupplySuppliers: Boolean!
hasTeamMembers: Boolean!
hasWarehouses: Boolean!
}

Fields

CompanySummary.hasAttributes ● Boolean! non-null scalar common

Whether the company has any product attribute definitions

CompanySummary.hasAutomations ● Boolean! non-null scalar common

Whether the company has any automation rules

CompanySummary.hasCustomers ● Boolean! non-null scalar common

Whether the company has any customers

CompanySummary.hasIntegrations ● Boolean! non-null scalar common

Whether the company has any integrations

CompanySummary.hasInventory ● Boolean! non-null scalar common

Whether the company has any inventory items

CompanySummary.hasOrders ● Boolean! non-null scalar common

Whether the company has any orders

CompanySummary.hasProducts ● Boolean! non-null scalar common

Whether the company has any products

CompanySummary.hasPurchaseOrders ● Boolean! non-null scalar common

Whether the company has any purchase orders

CompanySummary.hasSalesChannels ● Boolean! non-null scalar common

Whether the company has any sales channels

CompanySummary.hasSupplyOrders ● Boolean! non-null scalar common

Whether the company has any supply orders

CompanySummary.hasSupplyShipments ● Boolean! non-null scalar common

Whether the company has any supply shipments

CompanySummary.hasSupplySuppliers ● Boolean! non-null scalar common

Whether the company has any supply suppliers

CompanySummary.hasTeamMembers ● Boolean! non-null scalar common

Whether the company has any team members

CompanySummary.hasWarehouses ● Boolean! non-null scalar common

Whether the company has any warehouses

Returned By

companySummary query