input CreateCustomBoxInput

Fields

FieldTypeDescription
nameString!
barcodeString
warehouse_idString!
dimensionsDimensionsInput!
on_handInt

The on-hand quantity for the custom box.

priceDecimal

The custom box price.

activeBoolean

Whether the custom box is active.

packaging_typeString

The packaging type for the custom box, for example BOX or MAILER.

Referenced By

Example

{
  "name": "abc123",
  "barcode": "abc123",
  "warehouse_id": "abc123",
  "dimensions": DimensionsInput,
  "on_hand": 987,
  "price": "abc123",
  "active": true,
  "packaging_type": "abc123"
}