# Objects / Classifications

# Classifications

**Object**
## Brand

### Implements
*List of interfaces this object implements*

- [ClassificationSearchInterface](/documentation/Interfaces/Classification-Search-Interface#ClassificationSearchInterface)
- [LoyaltyInterface](/documentation/Interfaces/Loyalty-Interface#LoyaltyInterface)
- [ReportFilterInterface](/documentation/Interfaces/Report-Filter-Interface#ReportFilterInterface)
- [HostAppliableInterface](/documentation/Interfaces/Host-Appliable-Interface#HostAppliableInterface)

| Fields | Type | Description |
| --- | --- | --- |
| id | [ID!](/documentation/Types/UUID#UUID) | 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*

- [ClassificationSearchInterface](/documentation/Interfaces/Classification-Search-Interface#ClassificationSearchInterface)
- [LoyaltyInterface](/documentation/Interfaces/Loyalty-Interface#LoyaltyInterface)
- [ReportFilterInterface](/documentation/Interfaces/Report-Filter-Interface#ReportFilterInterface)
- [HostAppliableInterface](/documentation/Interfaces/Host-Appliable-Interface#HostAppliableInterface)
- [SurchargeItemInterface](/documentation/Interfaces/Surcharge-Item-Interface#SurchargeItemInterface)

| Fields | Type | Description |
| --- | --- | --- |
| id | [ID!](/documentation/Types/UUID#UUID) | 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*

- [ClassificationSearchInterface](/documentation/Interfaces/Classification-Search-Interface#ClassificationSearchInterface)
- [LoyaltyInterface](/documentation/Interfaces/Loyalty-Interface#LoyaltyInterface)
- [ReportFilterInterface](/documentation/Interfaces/Report-Filter-Interface#ReportFilterInterface)
- [HostAppliableInterface](/documentation/Interfaces/Host-Appliable-Interface#HostAppliableInterface)

| Fields | Type | Description |
| --- | --- | --- |
| id | [ID!](/documentation/Types/UUID#UUID) | The ID of the family |
| name | *String!* | The name of the family |
| mdbId | *Int* | The reference to the shopfront master database |
| deletedAt | [DateTime](/documentation/Types/Date-Time#DateTime) | The date the family was deleted (or null if not deleted) |
| products | [[Product!]!](/documentation/Objects/Products#Product) | The products that belong to this family (this does not send in webhooks) |



**Object**
## Tag

### Implements
*List of interfaces this object implements*

- [ClassificationSearchInterface](/documentation/Interfaces/Classification-Search-Interface#ClassificationSearchInterface)
- [LoyaltyInterface](/documentation/Interfaces/Loyalty-Interface#LoyaltyInterface)
- [ReportFilterInterface](/documentation/Interfaces/Report-Filter-Interface#ReportFilterInterface)
- [HostAppliableInterface](/documentation/Interfaces/Host-Appliable-Interface#HostAppliableInterface)
- [SurchargeItemInterface](/documentation/Interfaces/Surcharge-Item-Interface#SurchargeItemInterface)

| Fields | Type | Description |
| --- | --- | --- |
| id | [ID!](/documentation/Types/UUID#UUID) | The ID of the tag |
| name | *String!* | The name of the tag |
| mdbId | *Int* | The reference to the shopfront master database |
| ticketTemplates | [[TicketTemplate!]!](/documentation/Objects/Shelf-Tickets#TicketTemplate) | The ticket templates that are used by products with this tag |