Option (Product Create)
Node
| Field | Obligatory | Type | Description | |
| identifier | yes | string | The unique product variant identifier | |
| cost | no | decimal |
Product cost price (999999 cap) |
|
| price | no | decimal | Product price (999999 cap) | |
| priceOriginal | no | decimal | Original product price (999999 cap) | |
| stock | no | unsigned int (0-1000000000) | Stock level | |
| titles | no | TranslatableNode | ||
| urls | no | TranslatableNode | ||
| descriptions | no | TranslatableNode | ||
| ean | no | string (13) | European Article Number | |
| sku | no | string (64) | Stock Keeping Unit reference | |
| deliveryTime | no | string (128) | Delivery time of article | |
| images | no | collection of Image | ||
| attributes | no | collection of Attribute |
Changing the EAN or SKU of a product is not allowed. This can cause severe issues when matching orders from marketplaces.