ProductPropertiesCreate
Type: array[ProductPropertyCreate]
Example
Section titled “Example”[ { "code": "abc123", "name": { "en-us": "Color" }, "value": { "en-us": [ "red", "white", "blue" ] }, "type": "simple", "displayGroup": "properties", "subDisplayGroup": { "en-us": "Appearance" }, "isPriced": true, "attributePrice": 5.5, "unit": "number" }, { "code": "attributeCode", "value": [ "attributeValueCode1", "attributeValueCode2", "attributeValueCode3" ], "type": "attribute", "displayGroup": "properties", "subDisplayGroup": { "en-us": "Appearance" } }]
