Asset 1
Developer guide
API reference
  • Cookbook
  • Developer guide
  • API reference
  • Platform guide
  • Release notes
    • Nothing Found
    Prerelease retail API reference
    Authentication
    Retail
      Data definitions
        schema
        PurchaseOrdersSearchRequest
        schema
        DateRange
        schema
        PurchaseOrdersResponse
        schema
        PurchaseOrder
        schema
        PurchaseOrderStatus
        schema
        PurchaseOrderItem
        schema
        OrderedItemInfo
        schema
        NamedItemReceivingUnit
        schema
        ItemCosts
        schema
        PurchasingEntityInfo
        schema
        Tax
        schema
        Fee
        schema
        PurchasingItemDiscount
        schema
        PurchasingEntityDiscount
        schema
        DistributionStrategies
        schema
        PurchaseOrderTotals
        schema
        AdjustmentDistributionStrategy
        schema
        ReceivedEvent
        schema
        Supplier
        schema
        PhoneDetails
        schema
        Address
        schema
        InventoryHistorySearchRequest
        schema
        InventoryHistoryAdjustmentType
        schema
        InventoryHistoryResponse
        schema
        InventoryHistoryLogEntry
        schema
        InventoryHistoryQuantity
        schema
        InventoryHistoryCost
        schema
        UserDetails
      Purchase orders
      Inventory History

ReceivedEvent

inventoryHistoryId
string <uuid>

The ID of the inventory history event associated with this received event.

object (ItemCosts)
receivedQuantity
required
number <double>

The quantity of the item.

object (NamedItemReceivingUnit)
{
  • "receivedQuantity": 0,
  • "receivedUnit": {
    • "name": "string",
    • "quantityInUnit": 0
    },
  • "receivedCosts": {
    • "baseCost": 0,
    • "subtotal": 0,
    • "total": 0,
    • "landedCost": 0
    },
  • "inventoryHistoryId": "3107fb4f-3a12-4893-8757-81a434dce7f2"
}