Skip to content

Commit 5231dfa

Browse files
Update products.md
1 parent 0ba7d07 commit 5231dfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/concepts/products.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ Whenever the attribute's type is `pim_catalog_asset_collection`, the `data` fiel
516516
```
517517

518518
#### Table attribute
519-
::: availability versions=SaaS editions=EE,GE
519+
::: availability versions=6.0,SaaS editions=EE,GE
520520
:::
521521

522522
Whenever the attribute type is `pim_catalog_table`, the `data` field should contain an array of rows, where each row is a key-value object, the key being the `column` code, and the value being the cell value.
@@ -691,7 +691,7 @@ Note that the `locale` and `scope` properties are all set to `null` in this case
691691
:::
692692

693693
### The `linked_data` format
694-
::: availability versions=SaaS editions=CE,EE
694+
::: availability versions=5.0,6.0,SaaS editions=CE,EE
695695
:::info
696696
Note that this property is in read-only. You won't be able to patch or post it.
697697
:::
@@ -709,7 +709,7 @@ Whenever the attribute type is `pim_catalog_simpleselect`, the `linked_data` fie
709709
{
710710
"data": "black",
711711
"linked_data": {
712-
"attribute": "color",
712+
"attribute": "main_color",
713713
"code": "black",
714714
"labels": {
715715
"en_US": "Black",

0 commit comments

Comments
 (0)