object ProductLocationType

Fields

FieldTypeDescription
idID!

The ID of the object

account_idInt!
skuString!
quantityInt
pick_sequenceInt!
warehouse_idInt!
location_idInt!
lot_idInt
product_case_info_idInt
product_case_skuString
created_atDateTime!
updated_atDateTime!
lpn_idInt!
quantity_non_allocatedInt
productProductType
lotLotType
product_infoProductInfoType
binBinType
order_bin_allocationsOrderBinAllocationTypeCountableConnection
ArgumentTypeRequiredDefaultDescription
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
warehouse_objWarehouseType
uomProductCaseType
lpn_line_items[LicensePlateNumberV2LineItemType]
row_idBigInt
nameString
allocated_quantityInt
picked_quantityInt
product_caseProductCaseType
loose_items_quantityInt
lpnLicensePlateNumberV2Type

Implements

Node

Referenced By

Example

{
  "id": "abc123",
  "account_id": 987,
  "sku": "abc123",
  "quantity": 987,
  "pick_sequence": 987,
  "warehouse_id": 987,
  "location_id": 987,
  "lot_id": 987,
  "product_case_info_id": 987,
  "product_case_sku": "abc123",
  "created_at": "abc123",
  "updated_at": "abc123",
  "lpn_id": 987,
  "quantity_non_allocated": 987,
  "product": ProductType,
  "lot": LotType,
  "product_info": ProductInfoType,
  "bin": BinType,
  "order_bin_allocations": OrderBinAllocationTypeCountableConnection,
  "warehouse_obj": WarehouseType,
  "uom": ProductCaseType,
  "lpn_line_items": LicensePlateNumberV2LineItemType,
  "row_id": "abc123",
  "name": "abc123",
  "allocated_quantity": 987,
  "picked_quantity": 987,
  "product_case": ProductCaseType,
  "loose_items_quantity": 987,
  "lpn": LicensePlateNumberV2Type
}