|| Method || Parameters || Meaning || Cache Name ||
| getPrintType \\ | shopId, printTypeId | Retrieve a PrintType object from API | PrintTypeCache |
| getAvailableSizes \\ | productType | Get all Sizes of a ProductType (in default appearance) which are currently in stock. | n/a |
| getAvailableSizes | productType, appearanceId | Get all Sizes of a ProductType in a given appearance which are currently in stock. | n/a |
| getProductType \\ | productTypeId | Retrieve a single ProductType object from API | ProductTypeCache |
| getProductTypeDepartments | shopId | Retrieve all ProductTypeDepartment objects for a shop from API | ProductTypeDepartmentCache\\ |
| getProductTypeDepartment\\ | shopId, productTypeDepartmentId | Retrieve a single ProductTypeDepartment object from API | ProductTypeDepartmentCache\\ |
| getPrintType \\ | shopId, printTypeId | Retrieve a PrintType object from API | PrintTypeCache |
| getAvailableSizes \\ | productType | Get all Sizes of a ProductType (in default appearance) which are currently in stock. | n/a |
| getAvailableSizes | productType, appearanceId | Get all Sizes of a ProductType in a given appearance which are currently in stock. | n/a |
| getProductType \\ | productTypeId | Retrieve a single ProductType object from API | ProductTypeCache |
| getProductTypeDepartments | shopId | Retrieve all ProductTypeDepartment objects for a shop from API | ProductTypeDepartmentCache\\ |
| getProductTypeDepartment\\ | shopId, productTypeDepartmentId | Retrieve a single ProductTypeDepartment object from API | ProductTypeDepartmentCache\\ |