input UpdateCustomBoxInput

Fields

FieldTypeDescription
custom_box_idString!
nameString

If omitted or null, the current box name will be used.

barcodeString

If omitted or null, the current barcode will be used.

warehouse_idString

If omitted or null, the current warehouse will be used.

on_handInt

If omitted or null, the current on-hand quantity will be used.

dimensionsDimensionsInput

If omitted or null, the current dimensions will be used.

packaging_typeString

The packaging type for the custom box, for example BOX or MAILER. If omitted or null, the current packaging type will be used.

Referenced By

Example

{
  "custom_box_id": "abc123",
  "name": "abc123",
  "barcode": "abc123",
  "warehouse_id": "abc123",
  "on_hand": 987,
  "dimensions": DimensionsInput,
  "packaging_type": "abc123"
}