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

NamedItemReceivingUnit

name
required
string

The name of the item receiving unit.

quantityInUnit
number <double>

The quantity that the receiving unit comes in. For example, if a case of wine contains 12 bottles, the quantityInUnit would be 12.

{
  • "name": "string",
  • "quantityInUnit": 0
}