Skip to main content

Manufacturer

Represents a manufacturer.

type Manufacturer {
id: ID!
name: String!
readableId: String
integrationId: String
addresses: [ManufacturerAddress!]
marketingContacts: [ManufacturerMarketingContact!]
brands: [ManufacturerBrand!]
}

Fields

Manufacturer.id ● ID! non-null scalar

The ID of the manufacturer.

Manufacturer.name ● String! non-null scalar

The name of the manufacturer.

Manufacturer.readableId ● String scalar

The readable id of the manufacturer.

Manufacturer.integrationId ● String scalar

The integration id of the manufacturer.

Manufacturer.addresses ● [ManufacturerAddress!] list object

The addresses associated with the manufacturer.

Manufacturer.marketingContacts ● [ManufacturerMarketingContact!] list object

The marketing contacts associated with the manufacturer.

Manufacturer.brands ● [ManufacturerBrand!] list object

The brands associated with the manufacturer.

Member Of

PaginatedManufacturers object