{
"fileReference": "string",
"format": "Csv"
}curl --location 'https://platform.shopranos.eu/api/cart/user/Items/Import' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"fileReference": "string",
"format": "Csv"
}'{
"updatedCart": {
"companyId": "string",
"customerId": "string",
"userId": "string",
"token": "string",
"lastUpdateDate": "2019-08-24T14:15:22.123Z",
"items": [
{
"lineId": "string",
"product": {
"id": "string",
"variant": {
"id": "string"
}
},
"quantity": 0,
"notes": "string"
}
]
},
"extractionIssues": [
{
"rowNumber": 0,
"type": "InvalidQuantity",
"details": "string"
}
],
"lineFailures": [
{
"rowNumber": 0,
"productId": "string",
"productVariantId": "string",
"sku": "string",
"errorTypes": [
"ProductNotFound"
]
}
]
}