Classifications

Object

Brand

Implements

List of interfaces this object implements

Fields Type Description

id

ID!

The ID of the brand

name

String!

The name of the brand

mdbId

Int

The reference to the shopfront master database

Object

Category

Implements

List of interfaces this object implements

Fields Type Description

id

ID!

The ID of the category

name

String!

The name of the category

mdbId

Int

The reference to the shopfront master database

metcashMSC

String

The Metcash classification mapping for this category

Object

Family

Implements

List of interfaces this object implements

Fields Type Description

id

ID!

The ID of the family

name

String!

The name of the family

mdbId

Int

The reference to the shopfront master database

deletedAt

DateTime

The date the family was deleted (or null if not deleted)

products

[Product!]!

The products that belong to this family (this does not send in webhooks)

Object

Tag

Implements

List of interfaces this object implements

Fields Type Description

id

ID!

The ID of the tag

name

String!

The name of the tag

mdbId

Int

The reference to the shopfront master database

ticketTemplates

[TicketTemplate!]!

The ticket templates that are used by products with this tag