input CreateProductCaseInput
Fields
| Field | Type | Description |
|---|---|---|
case_barcode | String! | |
case_quantity | Int! |
Referenced By
- CreateProductInput Type
Example
{
"case_barcode": "abc123",
"case_quantity": 987
}| Field | Type | Description |
|---|---|---|
case_barcode | String! | |
case_quantity | Int! |
{
"case_barcode": "abc123",
"case_quantity": 987
}