docs: added description column to product (#3816)

This commit is contained in:
Shahed Nasser
2023-04-12 18:06:35 +03:00
committed by GitHub
parent bd21277142
commit 1d50a5e5c1

View File

@@ -61,6 +61,7 @@ A product category is stored in the database as a `ProductCategory` entity. So
- `id`: The ID of the product category.
- `name`: The name of the product category.
- `description`: An optional string used to add a description for the product category.
- `handle`: A string indicating a slug path of the category. Its useful when creating a page on your storefront for the category, as the `handle` can be used as the path in the URL.
- `is_active`: A boolean value indicating the status of the Product Category.
- `is_internal`: A boolean value indicating the visibility of the Product Category.