# 20231028 We Will Add A Catch All Product Type

Date: 2023-10-28

# Status

In Rocket, we face the challenge of managing product types and attributes, especially during transitional phases where a stable and structured product model is yet to be established. We need a solution that allows flexibility in storing product attributes and supports quick data entry and retrieval without rigid constraints.

# Context

We will adopt the "Catch All" product type concept within the Commercetools platform to address the aforementioned challenges. The "Catch All" product type is a temporary solution that allows us to store product attributes in a JSON format. It offers a single field that can hold a wide range of attributes and their corresponding values.

Tools to build a more robust product type model will follow.