From 1d50a5e5c164390e1dc7a4e9d818bf7352b4e9ac Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Wed, 12 Apr 2023 18:06:35 +0300 Subject: [PATCH] docs: added description column to product (#3816) --- docs/content/modules/products/categories.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/modules/products/categories.md b/docs/content/modules/products/categories.md index 39184a636a..03dab5afd9 100644 --- a/docs/content/modules/products/categories.md +++ b/docs/content/modules/products/categories.md @@ -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. It’s 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.