You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pim/pim_guide.md
+8-1
Original file line number
Diff line number
Diff line change
@@ -36,10 +36,13 @@ Product specifications rely on product attributes. Available attributes are defi
36
36
Each product has its own, specific attributes. You can describe a product in technical terms, define its physical characteristics such as size, color, or shape, or functional characteristics (for example, for a laptop it could be the operating system, amount of memory, or available ports).
37
37
38
38
Product attributes can belong to one of existing types (for example, numbers, selection, or checkout), but you can also [add custom attribute types](create_custom_attribute_type.md).
39
-
You can configure selected product attributes to be used as a basis for variants.
39
+
Attributes are used as criteria for filtering and searching for products.
40
+
You can also configure selected product attributes to be used as a basis for variants.
40
41
41
42

42
43
44
+
For more information, see [Product attributes](products.md#product-attributes) and [Work with product attributes]([[= user_doc =]]/pim/work_with_product_attributes/)
45
+
43
46
### Product variants
44
47
45
48
One product can have multiple versions, for example, there can be a t-shirt in different colors.
@@ -108,6 +111,10 @@ You can check how complete the configuration is in the product’s view.
108
111
109
112
When you create or edit a product, under the product name, you can see visual indication of what part of product information (tasks) you have completed, and what part is still missing.
110
113
114
+
Product completeness doesn't impact product availability or visibility on the storefront.
115
+
It is intended to help you ensure that product data is properly populated.
116
+
As long as your product meets [basic requirements](enable_purchasing_products.md), it can be published and made available for purchase regardless of its completeness score.
117
+
111
118
### Catalogs
112
119
113
120
With catalogs you can create product lists for special purposes, for example, for B2B and B2C uses, for retailers and distributors, or for different regions.
Copy file name to clipboardExpand all lines: docs/pim/products.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,13 @@ An example of an attribute group can be dimensions (length, width, height).
47
47
48
48
You can assign both whole attribute groups or individual attributes to a product type.
49
49
50
+
!!! note "Attribute translations"
51
+
52
+
Product attributes are not translatable.
53
+
Unlike content fields, product attribute values cannot differ between languages.
54
+
55
+
For the information that is intended to be displayed, consider using [TextLine](textlinefield.md) fields for short text, [RichText](richtextfield.md) fields for longer text that may require formatting, and product attributes for precise product properties or specifications.
56
+
50
57
## Product variants
51
58
52
59
Product variants represent different versions of a product, for example, clothes in different colors, or laptops with different amounts of RAM.
@@ -87,4 +94,3 @@ The stock can also be set to infinite (for example, in case of digital products)
87
94
A product can be available, but have zero stock.
88
95
89
96
A product can only be ordered when it has either positive stock, or stock set to infinite.
Product completeness helps ensure that product data is complete.
90
+
It does not impact product availability or visibility on the storefront.
91
+
As long as a product meets availability and stock requirements, it can be published and made available for purchase regardless of its completeness score.
92
+
87
93
### Product categories
88
94
89
95
With product categories, you can organize products that populate the Product Catalog.
0 commit comments