object ProductCaseInfoType

Fields

FieldTypeDescription
idID!

The ID of the object

account_idInt!
created_atDateTime!
updated_atDateTime!
skuString!
case_barcodeString!
case_quantityInt!
unit_of_measure_idInt
product_infoProductInfoType
productProductType
row_idBigInt

Implements

Node

Referenced By

Example

{
  "id": "abc123",
  "account_id": 987,
  "created_at": "abc123",
  "updated_at": "abc123",
  "sku": "abc123",
  "case_barcode": "abc123",
  "case_quantity": 987,
  "unit_of_measure_id": 987,
  "product_info": ProductInfoType,
  "product": ProductType,
  "row_id": "abc123"
}