object InventoryDetailsType

Fields

FieldTypeDescription
on_handBigInt
allocatedInt
backorderInt
availableInt
available_validInt
on_orderInt
sell_aheadInt
non_sellable_quantityInt
expiredExpiredDetailsType

Referenced By

Example

{
  "on_hand": "abc123",
  "allocated": 987,
  "backorder": 987,
  "available": 987,
  "available_valid": 987,
  "on_order": 987,
  "sell_ahead": 987,
  "non_sellable_quantity": 987,
  "expired": ExpiredDetailsType
}