Brand
No description
type Brand {
company: Party!
companyId: ID!
createdAt: ISO8601DateTime!
current: Boolean
description: String
id: ID!
logoUrl: Url
name: String
responsible: Party!
responsibleId: ID!
status: BrandStatusEnum!
updatedAt: ISO8601DateTime!
warehouse: Warehouse
warehouseId: ID
websiteUrl: Url
}
Fields
Brand.company ● Party! non-null object
Brand.companyId ● ID! non-null scalar
Brand.createdAt ● ISO8601DateTime! non-null scalar
Brand.current ● Boolean scalar
Indicates if the brand is the current brand specified in the context.
Brand.description ● String scalar
Brand.id ● ID! non-null scalar
Brand.logoUrl ● Url scalar
Brand.name ● String scalar
Brand.responsible ● Party! non-null object
Brand.responsibleId ● ID! non-null scalar
Brand.status ● BrandStatusEnum! non-null enum
Brand.updatedAt ● ISO8601DateTime! non-null scalar
Brand.warehouse ● Warehouse object
Default warehouse associated with the brand.
Brand.warehouseId ● ID scalar
ID of the default warehouse associated with the brand.
Brand.websiteUrl ● Url scalar
Returned By
brand query ● brands query ● onboardBrand mutation ● updateBrand mutation
Member Of
ASN object ● Color object ● Customer object ● EnrichmentOrderData object ● IntegrationDetails object ● InventoryItem object ● Order object ● OrderTemplate object ● Product object ● ProductCategory object ● PurchaseOrder object ● Role object ● SalesChannel object ● Size object ● Style object ● SupplyOrder object ● SupplyShipment object ● SupplySupplier object ● SupplySupplierContact object ● Warehouse object