Cataloging dimensions in our system is essential for managing product variants efficiently. This use case outlines the steps a user must follow to catalog a new dimension, from defining dimension types to associating them with products.
Before you begin, make sure you understand how system dimensions are managed Product dimensions Ensure that the tenant creation phase has been completed and the dimension types have been established. Dimension types are immutable post-creation. The external system must have the necessary permissions and access to the document creation service, please refer to Authentication.
During the tenant creation phase, dimension types such as SIZE and COLOR are defined. These provide the foundation for all subsequent dimension-related activities.
For example, "Small", "Medium", "Large" for "European Sizes". Call Insert dimension
4
Add New Product and Associate Dimensional Group
For example, create a product Shirt with "European Sizes". Call Insert product. Assign "European Sizes" to a product.
5
Activate/Deactivate Dimensions
Depending on the product, activate or deactivate specific dimensions such as "Medium" or "Large". Call Activate dimensions on products.
This example illustrates a typical error handling flow when a client attempts to create a dimension in our system. The process highlights how the system responds to missing data and guides the client through the necessary steps to resolve the issue.