Option (Product Create)
Node
Field | Obligatory | Type | Description | |
identifier | yes | string | The unique product variant identifier | |
cost | no | decimal |
Product cost price |
|
price | no | decimal | Product price | |
priceOriginal | no | decimal | Original product price | |
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.