input UpdateProductCaseInput
Fields
| Field | Type | Description |
|---|---|---|
case_barcode | String! | Barcode value for the product case. |
case_quantity | Int! | Case quantity as a whole-unit count. |
Referenced By
- UpdateProductInput Type
Example
{
"case_barcode": "012345678905",
"case_quantity": 2
}