InventoryHistoryLogEntry

adjustmentType
required
string (InventoryHistoryAdjustmentType)

The type of the adjustment.

Enum: "AUTO_LINK_TRANSFER_IN" "AUTO_LINK_TRANSFER_OUT" "COUNT" "CYCLE_COUNT" "DAMAGE" "EXPIRE" "EXTERNAL" "INITIAL" "LOSS" "MISSING_DURING_TRANSFER" "PRODUCED_MANUALLY" "RECEIVE" "RESTOCK" "SAMPLED" "THEFT" "TRANSFERRED_INTERNALLY" "TRANSFERRED_TO_OTHER_LOCATION" "WASTED"
object (InventoryHistoryCost)
createdDate
required
string <date-time>

The date and time the inventory history log entry was created.

inventoryHistoryLogId
required
string <uuid>

The unique identifier of the inventory history adjustment.

itemVersionId
required
string <uuid>

The Toast ID of the adjusted item.

modifiedDate
required
string <date-time>

The date and time the inventory history log entry was last modified.

notes
required
string or null

Notes that accompany the adjustment.

purchaseOrderId
string or null <uuid>

The unique identifier of the purchase order, for receiving adjustments.

required
object (InventoryHistoryQuantity)
object (Supplier)
required
object (UserDetails)
{
  • "inventoryHistoryLogId": "7112e744-74fe-4f0f-8400-b24b9e9abf40",
  • "itemVersionId": "7cc9611b-d6ff-446b-b471-09a1f7e86228",
  • "createdDate": "2019-08-24T14:15:22Z",
  • "modifiedDate": "2019-08-24T14:15:22Z",
  • "notes": "string",
  • "adjustmentType": "AUTO_LINK_TRANSFER_IN",
  • "supplier": {
    },
  • "purchaseOrderId": "84a099d9-2935-4997-a6ac-0d3ee9bbef72",
  • "quantityInfo": {
    },
  • "costInfo": {
    },
  • "userDetails": {
    }
}