Adds products to the previously created Manual Price List and recalculates the Manual Price List.
To add items without a recalculation, use the **/manualpricelistmanager.add/{id} ** endpoint.
{- "data": {
- "skus": [
- "P00001",
- "P00002",
- "P00003"
]
}
}
{- "response": {
- "node": "string",
- "data": null,
- "status": 0,
- "startRow": 0,
- "endRow": 0
}
}