object ProductCaseInfoType
Fields
| Field | Type | Description |
|---|---|---|
id | ID! | The ID of the object |
account_id | Int! | |
created_at | DateTime! | |
updated_at | DateTime! | |
sku | String! | |
case_barcode | String! | |
case_quantity | Int! | |
unit_of_measure_id | Int | |
product_info | ProductInfoType | |
product | ProductType | |
row_id | BigInt |
Implements
Referenced By
- ProductCaseInfoTypeCountableEdge Type
- ProductInfoType Type
- ProductType Type
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"
}