Skip to content

LineItemProduct

Field Type Required Description
code string yes Product code
min length 1
name string yes Product name
image `string null`
price number yes Main price of the product
format: float
salePrice `number null`
currencyCode CurrencyCode yes max length 3 · min length 3
identifiers ProductIdentifiers
options array[object]
{
"code": "24-MB02",
"name": "Fusion Backpack",
"image": "https://myawesomeshop.com/images/img1.jpg",
"price": 59.99,
"salePrice": 39.99,
"currencyCode": "EUR",
"identifiers": {
"mfgPartNum": "100-440-0.750-3434-A",
"upc": "\"72527273070\"",
"ean": "\"401234567890\"",
"isbn": "978-3-16-148410-0",
"sku": "UGG-BB-PUR-06",
"distiPartNum": "\"235454356363\""
},
"options": [
{
"code": "color",
"name": "Color",
"value": {
"code": "red",
"name": "Red"
}
}
]
}