This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "reference-set", | |
"name": "referencedProducts", | |
"value": [ | |
{ | |
"typeId": "product", | |
"key": "56485" | |
} | |
] | |
} |
With this you will be able to set references using Key
What is documeted is using Id which is a little bit different:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "referencedProducts", | |
"value": [ | |
{ | |
"typeId": "product", | |
"id": "97e98bde-083d-4556-a912-003385847e29" | |
} | |
] | |
} |
Comments