# Objects / Promotion Category

# Promotion Category

**Object**
## PromotionCategory

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

- [ReportFilterInterface](/documentation/Interfaces/Report-Filter-Interface#ReportFilterInterface)

| Fields | Type | Description |
| --- | --- | --- |
| id | [ID!](/documentation/Types/UUID#UUID) | The ID of the promotion category |
| name | *String!* | The name of the promotion category |
| mdbId Deprecated | *Int* | The Master Database ID of the category The `source` field is preferable to use as it allows sources that are external to Shopfront's Master Database |
| source | [EnterpriseSource](/documentation/Objects/Enterprise#EnterpriseSource) | The source this promotion category is connected to |
| showOnOrder | *Boolean!* | Whether the promotional category should be shown as "on promotion" on the order edit page |
| includeInIntegrations | *Boolean!* | Whether the promotions in this category should be taken into account when calculating the `promotionPrice` for barcodes |
| outlets | [[Outlet!]](/documentation/Objects/Outlets#Outlet) | The Outlets which are automatically downloading promotions for this category |
| promotions | [PromotionCategoryPromotionConnection](#PromotionCategoryPromotionConnection) | A list of promotions that belong to the category |

## PromotionCategoryPromotionConnection
#### Object  —  [ConnectionType](/documentation/General/Connections) of [Promotion](/documentation/Objects/Promotions#Promotion)