Add new item

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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"
    }
  }
}
Path Params
uuid
required

The existing Job ID.

Body Params
item_to_add
object
required
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json