Mike Casey
05/28/2025, 4:52 PMCeligo AI
05/28/2025, 4:52 PMAI generated answer (using internal Slack threads):When transforming a transfer order into an item receipt using the REST API, the JSON item data should be formatted as follows:
json
{
  "shipStatus": "B",
  "item": {
    "items": [
      {
        "orderLine": 1,
        "quantity": 1,
        "location": 10,
        "itemReceive": true,
        "inventoryDetail": {
          "inventoryAssignment": {
            "items": [
              {
                "issueInventoryNumber": 10189,
                "quantity": 1,
                "binNumber": 2211
              }
            ]
          },
          "quantity": 1
        }
      }
    ]
  }
}Celigo AI
05/28/2025, 4:52 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.850810289
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.846518219
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.845603883
Celigo AI
05/28/2025, 4:53 PMMike Casey
05/28/2025, 5:33 PM