Skip to main content

Brand

No description

type Brand {
company: Party!
companyId: ID!
createdAt: ISO8601DateTime!
current: Boolean
description: String
handle: String
id: ID!
logoUrl: Url
name: String
responsible: Party @deprecated
responsibleId: ID @deprecated
status: BrandStatusEnum!
updatedAt: ISO8601DateTime!
warehouse: Warehouse @deprecated
warehouseId: ID @deprecated
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.handle ● String scalar

Brand.id ● ID! non-null scalar

Brand.logoUrl ● Url scalar

Brand.name ● String scalar

Brand.responsible ● Party deprecated object

DEPRECATED

This field is deprecated and will be removed in the future.

Brand.responsibleId ● ID deprecated scalar

DEPRECATED

This field is deprecated and will be removed in the future.

Brand.status ● BrandStatusEnum! non-null enum

Brand.updatedAt ● ISO8601DateTime! non-null scalar

Brand.warehouse ● Warehouse deprecated object

DEPRECATED

This field is deprecated and will be removed in the future. Brand is becoming a product-only attribute.

Default warehouse associated with the brand.

Brand.warehouseId ● ID deprecated scalar

DEPRECATED

This field is deprecated and will be removed in the future. Brand is becoming a product-only attribute.

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 ● Automation object ● BrandConnection object ● BrandEdge object ● Color object ● Customer object ● EnrichmentOrderData object ● IntegrationDetails object ● InventoryItem object ● Order object ● OrderTemplate object ● Product object ● ProductAttributeDefinition object ● ProductCategory object ● PurchaseOrder object ● Role object ● SalesChannel object ● Size object ● Style object ● SupplyOrder object ● SupplyShipment object ● SupplySupplier object ● SupplySupplierContact object ● V2Order object ● Warehouse object