object LicensePlateNumberV2LineItemType

Fields

FieldTypeDescription
idID!
unitsInt
skuString
customer_account_idInt
lpn_idInt
location_idInt
product_infoProductInfoType
binBinType
lotLotType
item_binProductLocationType
lpnLicensePlateNumberV2Type

Referenced By

Example

{
  "id": "abc123",
  "units": 987,
  "sku": "abc123",
  "customer_account_id": 987,
  "lpn_id": 987,
  "location_id": 987,
  "product_info": ProductInfoType,
  "bin": BinType,
  "lot": LotType,
  "item_bin": ProductLocationType,
  "lpn": LicensePlateNumberV2Type
}