post https://api.xandar.instaleap.io/jobs//items
Enables your system to add additional items to an existing job.
Most common scenario or an integration point:
Send a request to this endpoint if your end-user wishes to add new items to an already existing job, but the LSW isn't operational or you previously chose not to integrate it.
{
"item_to_add": {
"id": "string",
"name": "string",
"photo_url": "string",
"unit": "string",
"sub_unit": "string",
"quantity": 0,
"sub_quantity": 0,
"barcodes": [
"000000000000",
"000000000000"
],
"weight": 0,
"volume": 0,
"price": 0,
"comment": "string",
"attributes": {
"category": "string",
"plu": "string",
"ean": "string",
"location": "string",
"...others": "string"
}
}
}