input CreateProductCaseInput

Fields

FieldTypeDescription
case_barcodeString!

Barcode value for the product case.

case_quantityInt!

Case quantity as a whole-unit count.

Referenced By

Example

{
  "case_barcode": "012345678905",
  "case_quantity": 2
}